#896CBC

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

Shades of True V #896CBC

Tints of True V #896CBC

Color information

#896CBC (or 0x896CBC) is unknown color: approx True V. HEX triplet: 89, 6C and BC. RGB value is (137,108,188). Sum of RGB (Red+Green+Blue) = 137+108+188=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #896CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CBC is #769343. Grayscale: #7D7D7D. Windows color (decimal): -7770948 or 12348553. OLE color: 12348553.

HSL color Cylindrical-coordinate representation of color #896CBC: hue angle of 261.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #896CBC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137108188-
CMYK0.270.4300.26
HSL261.75º37.38%58.04%-
HSV(B)261.75º42.55%73.73%-
XYZ24.7619.6750.07-
YUV125.79163.11136-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=31.64%
G=24.94%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371081880.270.4300.26261.7537.3858.04
Hex896CBC1B2B01A106253a
Octal21115427433530324064572
Binary1000100111011001011110011011101011011010100000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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