#896CCC

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

Shades of True V #896CCC

Tints of True V #896CCC

Color information

#896CCC (or 0x896CCC) is unknown color: approx 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

RGB137108204-
CMYK0.330.4700.2
HSL258.12º48.48%61.18%-
HSV(B)258.12º47.06%80%-
XYZ26.5820.459.66-
YUV127.62171.11134.69-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371082040.330.4700.2258.1248.4861.18
Hex896CCC212F014102303d
Octal21115431441570244026075
Binary10001001110110011001100100001101111010100100000010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>