#8869C2

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

Shades of True V #8869C2

Tints of True V #8869C2

Color information

#8869C2 (or 0x8869C2) is unknown color: approx True V. HEX triplet: 88, 69 and C2. RGB value is (136,105,194). Sum of RGB (Red+Green+Blue) = 136+105+194=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #8869C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869C2 is #77963D. Grayscale: #7C7C7C. Windows color (decimal): -7837246 or 12741000. OLE color: 12741000.

HSL color Cylindrical-coordinate representation of color #8869C2: hue angle of 260.9º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8869C2 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136105194-
CMYK0.300.4600.24
HSL260.9º42.18%58.63%-
HSV(B)260.9º45.88%76.08%-
XYZ24.9419.2353.44-
YUV124.42167.27136.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=31.26%
G=24.14%
B=44.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361051940.300.4600.24260.942.1858.63
Hex8869C21E2E0181052a3b
Octal21015130236560304055273
Binary1000100011010011100001011110101110011000100000101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8869C2; }

 p { color: rgb(136,105,194); }

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

<style>
 a { background-color: #8869C2; }

 a { background-color: rgb(136,105,194); }

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

<style>
 span { border-color: #8869C2; }

 span { border-color: rgb(136,105,194); }

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