#8765C2

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

Shades of True V #8765C2

Tints of True V #8765C2

Color information

#8765C2 (or 0x8765C2) is unknown color: approx True V. HEX triplet: 87, 65 and C2. RGB value is (135,101,194). Sum of RGB (Red+Green+Blue) = 135+101+194=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #8765C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765C2 is #789A3D. Grayscale: #797979. Windows color (decimal): -7903806 or 12739975. OLE color: 12739975.

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

Color convert

RGB135101194-
CMYK0.300.4800.24
HSL261.94º43.26%57.84%-
HSV(B)261.94º47.94%76.08%-
XYZ24.3818.3553.3-
YUV121.77168.76137.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=31.40%
G=23.49%
B=45.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351011940.300.4800.24261.9443.2657.84
Hex8765C21E300181062b3a
Octal20714530236600304065372
Binary1000011111001011100001011110110000011000100000110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8765C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8765C2; }

 p { color: rgb(135,101,194); }

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

<style>
 a { background-color: #8765C2; }

 a { background-color: rgb(135,101,194); }

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

<style>
 span { border-color: #8765C2; }

 span { border-color: rgb(135,101,194); }

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