#8770C3

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

Shades of True V #8770C3

Tints of True V #8770C3

Color information

#8770C3 (or 0x8770C3) is unknown color: approx True V. HEX triplet: 87, 70 and C3. RGB value is (135,112,195). Sum of RGB (Red+Green+Blue) = 135+112+195=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #8770C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8770C3 is #788F3C. Grayscale: #808080. Windows color (decimal): -7900989 or 12808327. OLE color: 12808327.

HSL color Cylindrical-coordinate representation of color #8770C3: hue angle of 256.63º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8770C3 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB135112195-
CMYK0.310.4300.24
HSL256.63º40.89%60.2%-
HSV(B)256.63º42.56%76.47%-
XYZ25.6420.6854.27-
YUV128.34165.62132.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=30.54%
G=25.34%
B=44.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351121950.310.4300.24256.6340.8960.2
Hex8770C31F2B018101293c
Octal20716030337530304015174
Binary1000011111100001100001111111101011011000100000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8770C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,112,195); }

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

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

 a { background-color: rgb(135,112,195); }

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

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

 span { border-color: rgb(135,112,195); }

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