#896DCD

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

Shades of True V #896DCD

Tints of True V #896DCD

Color information

#896DCD (or 0x896DCD) is unknown color: approx True V. HEX triplet: 89, 6D and CD. RGB value is (137,109,205). Sum of RGB (Red+Green+Blue) = 137+109+205=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #896DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DCD is #769232. Grayscale: #7F7F7F. Windows color (decimal): -7770675 or 13462921. OLE color: 13462921.

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

Color convert

RGB137109205-
CMYK0.330.4700.20
HSL257.5º48.98%61.57%-
HSV(B)257.5º46.83%80.39%-
XYZ26.820.6660.33-
YUV128.32171.28134.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.38%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=30.38%
G=24.17%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371092050.330.4700.20257.548.9861.57
Hex896DCD212F014102313e
Octal21115531541570244026176
Binary10001001110110111001101100001101111010100100000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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