#8500DD

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

Shades of Dark Violet #8500DD

Tints of Dark Violet #8500DD

Color information

#8500DD (or 0x8500DD) is unknown color: approx Dark Violet. HEX triplet: 85, 00 and DD. RGB value is (133,0,221). Sum of RGB (Red+Green+Blue) = 133+0+221=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #8500DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500DD is #7AFF22. Grayscale: #404040. Windows color (decimal): -8060707 or 14483589. OLE color: 14483589.

HSL color Cylindrical-coordinate representation of color #8500DD: hue angle of 276.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500DD is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1330221-
CMYK0.40100.13
HSL276.11º100%43.33%-
HSV(B)276.11º100%86.67%-
XYZ22.7210.2169.18-
YUV64.96216.06176.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 62.43%
R=37.57%
G=0%
B=62.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13302210.40100.13276.1110043.33
Hex850DD28640D114642b
Octal20503355014401542414453
Binary100001010110111011010001100100011011000101001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8500DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8500DD; }

 p { color: rgb(133,0,221); }

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

<style>
 a { background-color: #8500DD; }

 a { background-color: rgb(133,0,221); }

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

<style>
 span { border-color: #8500DD; }

 span { border-color: rgb(133,0,221); }

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