#8768B9

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

Shades of True V #8768B9

Tints of True V #8768B9

Color information

#8768B9 (or 0x8768B9) is unknown color: approx True V. HEX triplet: 87, 68 and B9. RGB value is (135,104,185). Sum of RGB (Red+Green+Blue) = 135+104+185=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #8768B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768B9 is #789746. Grayscale: #7A7A7A. Windows color (decimal): -7903047 or 12150919. OLE color: 12150919.

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

Color convert

RGB135104185-
CMYK0.270.4400.27
HSL262.96º36.65%56.67%-
HSV(B)262.96º43.78%72.55%-
XYZ23.718.5548.23-
YUV122.5163.27136.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 185 (72.66% from 255) = 43.63%
R=31.84%
G=24.53%
B=43.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351041850.270.4400.27262.9636.6556.67
Hex8768B91B2C01B1072539
Octal20715027133540334074571
Binary1000011111010001011100111011101100011011100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8768B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8768B9; }

 p { color: rgb(135,104,185); }

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

<style>
 a { background-color: #8768B9; }

 a { background-color: rgb(135,104,185); }

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

<style>
 span { border-color: #8768B9; }

 span { border-color: rgb(135,104,185); }

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