#8764C4

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

Shades of True V #8764C4

Tints of True V #8764C4

Color information

#8764C4 (or 0x8764C4) is unknown color: approx True V. HEX triplet: 87, 64 and C4. RGB value is (135,100,196). Sum of RGB (Red+Green+Blue) = 135+100+196=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #8764C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8764C4 is #789B3B. Grayscale: #797979. Windows color (decimal): -7904060 or 12870791. OLE color: 12870791.

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

Color convert

RGB135100196-
CMYK0.310.4900.23
HSL261.88º44.86%58.04%-
HSV(B)261.88º48.98%76.86%-
XYZ24.5118.2554.46-
YUV121.41170.1137.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.32%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=31.32%
G=23.20%
B=45.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351001960.310.4900.23261.8844.8658.04
Hex8764C41F310171062d3a
Octal20714430437610274065572
Binary1000011111001001100010011111110001010111100000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8764C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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