#8504CD

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

Shades of Dark Violet #8504CD

Tints of Dark Violet #8504CD

Color information

#8504CD (or 0x8504CD) is unknown color: approx Dark Violet. HEX triplet: 85, 04 and CD. RGB value is (133,4,205). Sum of RGB (Red+Green+Blue) = 133+4+205=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #8504CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8504CD is #7AFB32. Grayscale: #404040. Windows color (decimal): -8059699 or 13436037. OLE color: 13436037.

HSL color Cylindrical-coordinate representation of color #8504CD: hue angle of 278.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8504CD is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1334205-
CMYK0.350.9800.20
HSL278.51º96.17%40.98%-
HSV(B)278.51º98.05%80.39%-
XYZ20.749.4858.49-
YUV65.48206.74176.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 205 (80.47% from 255) = 59.94%
R=38.89%
G=1.17%
B=59.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13342050.350.9800.20278.5196.1740.98
Hex854CD23620141176029
Octal20543154314202442714051
Binary100001011001100110110001111000100101001000101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8504CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8504CD; }

 p { color: rgb(133,4,205); }

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

<style>
 a { background-color: #8504CD; }

 a { background-color: rgb(133,4,205); }

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

<style>
 span { border-color: #8504CD; }

 span { border-color: rgb(133,4,205); }

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