#8761C1

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

Shades of True V #8761C1

Tints of True V #8761C1

Color information

#8761C1 (or 0x8761C1) is unknown color: approx True V. HEX triplet: 87, 61 and C1. RGB value is (135,97,193). Sum of RGB (Red+Green+Blue) = 135+97+193=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #8761C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761C1 is #789E3E. Grayscale: #767676. Windows color (decimal): -7904831 or 12673415. OLE color: 12673415.

HSL color Cylindrical-coordinate representation of color #8761C1: hue angle of 263.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8761C1 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13597193-
CMYK0.300.5000.24
HSL263.75º43.64%56.86%-
HSV(B)263.75º49.74%75.69%-
XYZ23.8917.5552.58-
YUV119.31169.59139.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=31.76%
G=22.82%
B=45.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135971930.300.5000.24263.7543.6456.86
Hex8761C11E320181082c39
Octal20714130136620304105471
Binary1000011111000011100000111110110010011000100001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,97,193); }

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

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

 a { background-color: rgb(135,97,193); }

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

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

 span { border-color: rgb(135,97,193); }

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