Html Css Color HEX #896CCC True V

📋 copy color: '#896CCC'

red 137 ◦ green 108 ◦ blue 204

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

Shades of True V #896CCC

Tints of True V #896CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 30.51%
G = 24.05%
B = 45.43%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#896CCC (or 0x896CCC) is known color: True V. HEX triplet: 89, 6C and CC. RGB value is (137,108,204). Sum of RGB (Red+Green+Blue) = 137+108+204=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #896CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CCC is #769333. Grayscale: #7F7F7F. Windows color (decimal): -7770932 or 13397129. OLE color: 13397129.

HSL color Cylindrical-coordinate representation of color #896CCC: hue angle of 258.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896CCC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 108 204 -
CMYK 0.33 0.47 0 0.2
HSL 258.13º 0.48% 0.61% -
HSV(B) 258.13º 0.47% 0.8% -
XYZ 26.58 20.4 59.66 -
YUV 127.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 137 108 204 0.33 0.47 0 0.2 258.13 0.48 0.61
Hex 89 6C CC 21 2F 0 14 102 30 3D
Octal 211 154 314 41 57 0 24 402 60 75
Binary 10001001 1101100 11001100 100001 101111 0 10100 100000010 110000 111101

Color Harmonies of #896CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CCC

Black with #896CCC

Text Example


Text Example

White with #896CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,108,204); }

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

background-color css

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

 a { background-color: rgb(137,108,204); }

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

border-color css

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

 span { border-color: rgb(137,108,204); }

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