#8B16CC

Color #8B16CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8B16CC

Tints of Dark Violet #8B16CC

Color information

#8B16CC (or 0x8B16CC) is unknown color: approx Dark Violet. HEX triplet: 8B, 16 and CC. RGB value is (139,22,204). Sum of RGB (Red+Green+Blue) = 139+22+204=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B16CC is #74E933. Grayscale: #4D4D4D. Windows color (decimal): -7661876 or 13375115. OLE color: 13375115.

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

Color convert

RGB13922204-
CMYK0.320.8900.2
HSL278.57º80.53%44.31%-
HSV(B)278.57º89.22%80%-
XYZ21.8310.4257.99-
YUV77.73199.26171.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 22 (8.98% from 255) = 6.03%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=38.08%
G=6.03%
B=55.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139222040.320.8900.2278.5780.5344.31
Hex8B16CC2059014117512c
Octal213263144013102442712154
Binary10001011101101100110010000010110010101001000101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B16CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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