Html Css Color HEX #896DCC True V

📋 copy color: '#896DCC'

red 137 ◦ green 109 ◦ blue 204

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

Shades of True V #896DCC

Tints of True V #896DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.22%

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

R = 30.44%
G = 24.22%
B = 45.33%

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

#896DCC (or 0x896DCC) is known color: True V. HEX triplet: 89, 6D and CC. RGB value is (137,109,204). Sum of RGB (Red+Green+Blue) = 137+109+204=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #896DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DCC is #769233. Grayscale: #7F7F7F. Windows color (decimal): -7770676 or 13397385. OLE color: 13397385.

HSL color Cylindrical-coordinate representation of color #896DCC: hue angle of 257.68º 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 #896DCC is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 109 204 -
CMYK 0.33 0.47 0 0.2
HSL 257.68º 0.48% 0.61% -
HSV(B) 257.68º 0.47% 0.8% -
XYZ 26.68 20.62 59.7 -
YUV 128.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 137 109 204 0.33 0.47 0 0.2 257.68 0.48 0.61
Hex 89 6D CC 21 2F 0 14 102 30 3D
Octal 211 155 314 41 57 0 24 402 60 75
Binary 10001001 1101101 11001100 100001 101111 0 10100 100000010 110000 111101

Color Harmonies of #896DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896DCC

Black with #896DCC

Text Example


Text Example

White with #896DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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