#896CC9

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

Shades of True V #896CC9

Tints of True V #896CC9

Color information

#896CC9 (or 0x896CC9) is unknown color: approx True V. HEX triplet: 89, 6C and C9. RGB value is (137,108,201). Sum of RGB (Red+Green+Blue) = 137+108+201=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #896CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CC9 is #769336. Grayscale: #7E7E7E. Windows color (decimal): -7770935 or 13200521. OLE color: 13200521.

HSL color Cylindrical-coordinate representation of color #896CC9: hue angle of 258.71º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #896CC9 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137108201-
CMYK0.320.4600.21
HSL258.71º46.27%60.59%-
HSV(B)258.71º46.27%78.82%-
XYZ26.2220.2657.79-
YUV127.27169.61134.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=30.72%
G=24.22%
B=45.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371082010.320.4600.21258.7146.2760.59
Hex896CC9202E0151032e3d
Octal21115431140560254035675
Binary10001001110110011001001100000101110010101100000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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