Html Css Color HEX #896FC0 True V

📋 copy color: '#896FC0'

red 137 ◦ green 111 ◦ blue 192

#896FC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #896FC0

Tints of True V #896FC0

RGB

 RED value IS 137 (53.91% from 255) = 31.14%

 GREEN value IS 111 (43.75% from 255) = 25.23%

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 31.14%
G = 25.23%
B = 43.64%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#896FC0 (or 0x896FC0) is known color: True V. HEX triplet: 89, 6F and C0. RGB value is (137,111,192). Sum of RGB (Red+Green+Blue) = 137+111+192=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #896FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FC0 is #76903F. Grayscale: #7F7F7F. Windows color (decimal): -7770176 or 12611465. OLE color: 12611465.

HSL color Cylindrical-coordinate representation of color #896FC0: hue angle of 259.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896FC0 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 111 192 -
CMYK 0.29 0.42 0 0.25
HSL 259.26º 0.39% 0.59% -
HSV(B) 259.26º 0.42% 0.75% -
XYZ 25.52 20.49 52.48 -
YUV 128.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 137 111 192 0.29 0.42 0 0.25 259.26 0.39 0.59
Hex 89 6F C0 1D 2A 0 19 103 27 3B
Octal 211 157 300 35 52 0 31 403 47 73
Binary 10001001 1101111 11000000 11101 101010 0 11001 100000011 100111 111011

Color Harmonies of #896FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896FC0

Black with #896FC0

Text Example


Text Example

White with #896FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896FC0; }

 p { color: rgb(137,111,192); }

 H1.HeaderClassName
 {
   color: #896FC0;
 }
 .AnyTagClassName
 {
   color: #896FC0;
 }
</style>

background-color css

<style>
 a { background-color: #896FC0; }

 a { background-color: rgb(137,111,192); }

 div.DivClassName
 {
   background-color: #896FC0;
 }
 .BgClassName
 {
   background-color: #896FC0;
 }
</style>

border-color css

<style>
 span { border-color: #896FC0; }

 span { border-color: rgb(137,111,192); }

 td.TdClassName
 {
   border-color: #896FC0;
 }
 .TagClassName
 {
   border-color: #896FC0;
 }
</style>