#896CC1

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

Shades of True V #896CC1

Tints of True V #896CC1

Color information

#896CC1 (or 0x896CC1) is unknown color: approx True V. HEX triplet: 89, 6C and C1. RGB value is (137,108,193). Sum of RGB (Red+Green+Blue) = 137+108+193=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #896CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CC1 is #76933E. Grayscale: #7E7E7E. Windows color (decimal): -7770943 or 12676233. OLE color: 12676233.

HSL color Cylindrical-coordinate representation of color #896CC1: hue angle of 260.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #896CC1 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137108193-
CMYK0.290.4400.24
HSL260.47º40.67%59.02%-
HSV(B)260.47º44.04%75.69%-
XYZ25.319.8952.96-
YUV126.36165.61135.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=31.28%
G=24.66%
B=44.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371081930.290.4400.24260.4740.6759.02
Hex896CC11D2C018104293b
Octal21115430135540304045173
Binary1000100111011001100000111101101100011000100000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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