#8b0cd5

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

Shades of Dark Violet #8B0CD5

Tints of Dark Violet #8B0CD5

Color information

#8B0CD5 (or 0x8B0CD5) is unknown color: approx Dark Violet. HEX triplet: 8B, 0C and D5. RGB value is (139,12,213). Sum of RGB (Red+Green+Blue) = 139+12+213=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B0CD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0CD5 is #74F32A. Grayscale: #484848. Windows color (decimal): -7664427 or 13962379. OLE color: 13962379.

HSL color Cylindrical-coordinate representation of color #8B0CD5: hue angle of 277.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0CD5 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13912213-
CMYK0.350.9400.16
HSL277.91º89.33%44.12%-
HSV(B)277.91º94.37%83.53%-
XYZ22.7910.5663.79-
YUV72.89207.08175.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 12 (5.08% from 255) = 3.30%
BLUE value IS 213 (83.59% from 255) = 58.52%
R=38.19%
G=3.30%
B=58.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139122130.350.9400.16277.9189.3344.12
Hex8BCD5235E010116592c
Octal213143254313602042613154
Binary1000101111001101010110001110111100100001000101101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b0cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,213); }

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

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

 a { background-color: rgb(139,12,213); }

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

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

 span { border-color: rgb(139,12,213); }

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