#8769CA

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

Shades of True V #8769CA

Tints of True V #8769CA

Color information

#8769CA (or 0x8769CA) is unknown color: approx True V. HEX triplet: 87, 69 and CA. RGB value is (135,105,202). Sum of RGB (Red+Green+Blue) = 135+105+202=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #8769CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8769CA is #789635. Grayscale: #7C7C7C. Windows color (decimal): -7902774 or 13265287. OLE color: 13265287.

HSL color Cylindrical-coordinate representation of color #8769CA: hue angle of 258.56º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8769CA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135105202-
CMYK0.330.4800.21
HSL258.56º47.78%60.2%-
HSV(B)258.56º48.02%79.22%-
XYZ25.719.5258.29-
YUV125.03171.44135.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=30.54%
G=23.76%
B=45.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351052020.330.4800.21258.5647.7860.2
Hex8769CA2130015103303c
Octal20715131241600254036074
Binary10000111110100111001010100001110000010101100000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8769CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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