#8B76B8

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

Shades of True V #8B76B8

Tints of True V #8B76B8

Color information

#8B76B8 (or 0x8B76B8) is unknown color: approx True V. HEX triplet: 8B, 76 and B8. RGB value is (139,118,184). Sum of RGB (Red+Green+Blue) = 139+118+184=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B76B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B76B8 is #748947. Grayscale: #838383. Windows color (decimal): -7637320 or 12088971. OLE color: 12088971.

HSL color Cylindrical-coordinate representation of color #8B76B8: hue angle of 259.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B76B8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB139118184-
CMYK0.240.3600.28
HSL259.09º31.73%59.22%-
HSV(B)259.09º35.87%72.16%-
XYZ25.7821.9148.22-
YUV131.8157.46133.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 184 (72.27% from 255) = 41.72%
R=31.52%
G=26.76%
B=41.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391181840.240.3600.28259.0931.7359.22
Hex8B76B8182401C103203b
Octal21316627030440344034073
Binary1000101111101101011100011000100100011100100000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B76B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B76B8; }

 p { color: rgb(139,118,184); }

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

<style>
 a { background-color: #8B76B8; }

 a { background-color: rgb(139,118,184); }

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

<style>
 span { border-color: #8B76B8; }

 span { border-color: rgb(139,118,184); }

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