#8B75B8

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

Shades of True V #8B75B8

Tints of True V #8B75B8

Color information

#8B75B8 (or 0x8B75B8) is unknown color: approx True V. HEX triplet: 8B, 75 and B8. RGB value is (139,117,184). Sum of RGB (Red+Green+Blue) = 139+117+184=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #8B75B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B75B8 is #748A47. Grayscale: #828282. Windows color (decimal): -7637576 or 12088715. OLE color: 12088715.

HSL color Cylindrical-coordinate representation of color #8B75B8: hue angle of 259.7º 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 #8B75B8 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB139117184-
CMYK0.240.3600.28
HSL259.7º32.06%59.02%-
HSV(B)259.7º36.41%72.16%-
XYZ25.6621.6748.18-
YUV131.22157.79133.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=31.59%
G=26.59%
B=41.82%

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
Decimal1391171840.240.3600.28259.732.0659.02
Hex8B75B8182401C104203b
Octal21316527030440344044073
Binary1000101111101011011100011000100100011100100000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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