#8506CB

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

Shades of Dark Violet #8506CB

Tints of Dark Violet #8506CB

Color information

#8506CB (or 0x8506CB) is unknown color: approx Dark Violet. HEX triplet: 85, 06 and CB. RGB value is (133,6,203). Sum of RGB (Red+Green+Blue) = 133+6+203=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #8506CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506CB is #7AF934. Grayscale: #414141. Windows color (decimal): -8059189 or 13305477. OLE color: 13305477.

HSL color Cylindrical-coordinate representation of color #8506CB: hue angle of 278.68º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506CB is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1336203-
CMYK0.340.9700.20
HSL278.68º94.26%40.98%-
HSV(B)278.68º97.04%79.61%-
XYZ20.529.4357.24-
YUV66.43205.08175.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 203 (79.69% from 255) = 59.36%
R=38.89%
G=1.75%
B=59.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13362030.340.9700.20278.6894.2640.98
Hex856CB22610141175e29
Octal20563134214102442713651
Binary100001011101100101110001011000010101001000101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8506CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8506CB; }

 p { color: rgb(133,6,203); }

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

<style>
 a { background-color: #8506CB; }

 a { background-color: rgb(133,6,203); }

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

<style>
 span { border-color: #8506CB; }

 span { border-color: rgb(133,6,203); }

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