#8869C1

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

Shades of True V #8869C1

Tints of True V #8869C1

Color information

#8869C1 (or 0x8869C1) is unknown color: approx True V. HEX triplet: 88, 69 and C1. RGB value is (136,105,193). Sum of RGB (Red+Green+Blue) = 136+105+193=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #8869C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869C1 is #77963E. Grayscale: #7B7B7B. Windows color (decimal): -7837247 or 12675464. OLE color: 12675464.

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

Color convert

RGB136105193-
CMYK0.300.4600.24
HSL261.14º41.51%58.43%-
HSV(B)261.14º45.6%75.69%-
XYZ24.8319.1952.85-
YUV124.3166.77136.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=31.34%
G=24.19%
B=44.47%

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
Decimal1361051930.300.4600.24261.1441.5158.43
Hex8869C11E2E0181052a3a
Octal21015130136560304055272
Binary1000100011010011100000111110101110011000100000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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