#896FCD

Color #896FCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #896FCD

Tints of True V #896FCD

Color information

#896FCD (or 0x896FCD) is unknown color: approx True V. HEX triplet: 89, 6F and CD. RGB value is (137,111,205). Sum of RGB (Red+Green+Blue) = 137+111+205=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #896FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FCD is #769032. Grayscale: #818181. Windows color (decimal): -7770163 or 13463433. OLE color: 13463433.

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

Color convert

RGB137111205-
CMYK0.330.4600.20
HSL256.6º48.45%61.96%-
HSV(B)256.6º45.85%80.39%-
XYZ27.0221.160.41-
YUV129.49170.61133.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.24%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=30.24%
G=24.50%
B=45.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371112050.330.4600.20256.648.4561.96
Hex896FCD212E014101303e
Octal21115731541560244016076
Binary10001001110111111001101100001101110010100100000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #896FCD;
 }
 .AnyTagClassName
 {
   color: #896FCD;
 }
</style>
background-color css

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

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

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

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

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

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