#8506DA

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

Shades of Dark Violet #8506DA

Tints of Dark Violet #8506DA

Color information

#8506DA (or 0x8506DA) is unknown color: approx Dark Violet. HEX triplet: 85, 06 and DA. RGB value is (133,6,218). Sum of RGB (Red+Green+Blue) = 133+6+218=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #8506DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506DA is #7AF925. Grayscale: #434343. Windows color (decimal): -8059174 or 14288517. OLE color: 14288517.

HSL color Cylindrical-coordinate representation of color #8506DA: hue angle of 275.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506DA is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1336218-
CMYK0.390.9700.15
HSL275.94º94.64%43.92%-
HSV(B)275.94º97.25%85.49%-
XYZ22.3910.1867.11-
YUV68.14212.58174.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 218 (85.55% from 255) = 61.06%
R=37.25%
G=1.68%
B=61.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13362180.390.9700.15275.9494.6443.92
Hex856DA27610F1145f2c
Octal20563324714101742413754
Binary10000101110110110101001111100001011111000101001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8506DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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