#8767BA

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

Shades of True V #8767BA

Tints of True V #8767BA

Color information

#8767BA (or 0x8767BA) is unknown color: approx True V. HEX triplet: 87, 67 and BA. RGB value is (135,103,186). Sum of RGB (Red+Green+Blue) = 135+103+186=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #8767BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8767BA is #789845. Grayscale: #797979. Windows color (decimal): -7903302 or 12216199. OLE color: 12216199.

HSL color Cylindrical-coordinate representation of color #8767BA: hue angle of 263.13º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8767BA is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135103186-
CMYK0.270.4500.27
HSL263.13º37.56%56.67%-
HSV(B)263.13º44.62%72.94%-
XYZ23.718.448.76-
YUV122.03164.1137.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=31.84%
G=24.29%
B=43.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351031860.270.4500.27263.1337.5656.67
Hex8767BA1B2D01B1072639
Octal20714727233550334074671
Binary1000011111001111011101011011101101011011100000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8767BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8767BA; }

 p { color: rgb(135,103,186); }

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

<style>
 a { background-color: #8767BA; }

 a { background-color: rgb(135,103,186); }

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

<style>
 span { border-color: #8767BA; }

 span { border-color: rgb(135,103,186); }

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