#8769C4

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

Shades of True V #8769C4

Tints of True V #8769C4

Color information

#8769C4 (or 0x8769C4) is unknown color: approx True V. HEX triplet: 87, 69 and C4. RGB value is (135,105,196). Sum of RGB (Red+Green+Blue) = 135+105+196=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #8769C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769C4 is #78963B. Grayscale: #7C7C7C. Windows color (decimal): -7902780 or 12872071. OLE color: 12872071.

HSL color Cylindrical-coordinate representation of color #8769C4: hue angle of 259.78º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8769C4 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB135105196-
CMYK0.310.4600.23
HSL259.78º43.54%59.02%-
HSV(B)259.78º46.43%76.86%-
XYZ25.0119.2454.62-
YUV124.34168.44135.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 196 (76.95% from 255) = 44.95%
R=30.96%
G=24.08%
B=44.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351051960.310.4600.23259.7843.5459.02
Hex8769C41F2E0171042c3b
Octal20715130437560274045473
Binary1000011111010011100010011111101110010111100000100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8769C4; }

 p { color: rgb(135,105,196); }

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

<style>
 a { background-color: #8769C4; }

 a { background-color: rgb(135,105,196); }

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

<style>
 span { border-color: #8769C4; }

 span { border-color: rgb(135,105,196); }

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