#8B73CC

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

Shades of True V #8B73CC

Tints of True V #8B73CC

Color information

#8B73CC (or 0x8B73CC) is unknown color: approx True V. HEX triplet: 8B, 73 and CC. RGB value is (139,115,204). Sum of RGB (Red+Green+Blue) = 139+115+204=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73CC is #748C33. Grayscale: #838383. Windows color (decimal): -7638068 or 13398923. OLE color: 13398923.

HSL color Cylindrical-coordinate representation of color #8B73CC: hue angle of 256.18º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B73CC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139115204-
CMYK0.320.4400.2
HSL256.18º46.6%62.55%-
HSV(B)256.18º43.63%80%-
XYZ27.6822.1159.94-
YUV132.32168.45132.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=30.35%
G=25.11%
B=44.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391152040.320.4400.2256.1846.662.55
Hex8B73CC202C0141002f3f
Octal21316331440540244005777
Binary10001011111001111001100100000101100010100100000000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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