#8B73BC

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

Shades of True V #8B73BC

Tints of True V #8B73BC

Color information

#8B73BC (or 0x8B73BC) is unknown color: approx True V. HEX triplet: 8B, 73 and BC. RGB value is (139,115,188). Sum of RGB (Red+Green+Blue) = 139+115+188=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73BC is #748C43. Grayscale: #828282. Windows color (decimal): -7638084 or 12350347. OLE color: 12350347.

HSL color Cylindrical-coordinate representation of color #8B73BC: hue angle of 259.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B73BC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139115188-
CMYK0.260.3900.26
HSL259.73º35.27%59.41%-
HSV(B)259.73º38.83%73.73%-
XYZ25.8621.3850.34-
YUV130.5160.45134.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.45%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=31.45%
G=26.02%
B=42.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391151880.260.3900.26259.7335.2759.41
Hex8B73BC1A2701A104233b
Octal21316327432470324044373
Binary1000101111100111011110011010100111011010100000100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B73BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,188); }

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

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

 a { background-color: rgb(139,115,188); }

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

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

 span { border-color: rgb(139,115,188); }

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