#8869C3

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

Shades of True V #8869C3

Tints of True V #8869C3

Color information

#8869C3 (or 0x8869C3) is unknown color: approx True V. HEX triplet: 88, 69 and C3. RGB value is (136,105,195). Sum of RGB (Red+Green+Blue) = 136+105+195=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #8869C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869C3 is #77963C. Grayscale: #7C7C7C. Windows color (decimal): -7837245 or 12806536. OLE color: 12806536.

HSL color Cylindrical-coordinate representation of color #8869C3: hue angle of 260.67º degrees, saturation: 0.43, 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 #8869C3 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136105195-
CMYK0.300.4600.24
HSL260.67º42.86%58.82%-
HSV(B)260.67º46.15%76.47%-
XYZ25.0619.2854.03-
YUV124.53167.77136.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 195 (76.56% from 255) = 44.72%
R=31.19%
G=24.08%
B=44.72%

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
Decimal1361051950.300.4600.24260.6742.8658.82
Hex8869C31E2E0181052b3b
Octal21015130336560304055373
Binary1000100011010011100001111110101110011000100000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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