#8510DB

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

Shades of Dark Violet #8510DB

Tints of Dark Violet #8510DB

Color information

#8510DB (or 0x8510DB) is unknown color: approx Dark Violet. HEX triplet: 85, 10 and DB. RGB value is (133,16,219). Sum of RGB (Red+Green+Blue) = 133+16+219=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8510DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510DB is #7AEF24. Grayscale: #494949. Windows color (decimal): -8056613 or 14356613. OLE color: 14356613.

HSL color Cylindrical-coordinate representation of color #8510DB: hue angle of 274.58º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510DB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13316219-
CMYK0.390.9300.14
HSL274.58º86.38%46.08%-
HSV(B)274.58º92.69%85.88%-
XYZ22.6410.4767.85-
YUV74.12209.76169.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 16 (6.64% from 255) = 4.35%
BLUE value IS 219 (85.94% from 255) = 59.51%
R=36.14%
G=4.35%
B=59.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133162190.390.9300.14274.5886.3846.08
Hex8510DB275D0E113562e
Octal205203334713501642312656
Binary1000010110000110110111001111011101011101000100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8510DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8510DB; }

 p { color: rgb(133,16,219); }

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

<style>
 a { background-color: #8510DB; }

 a { background-color: rgb(133,16,219); }

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

<style>
 span { border-color: #8510DB; }

 span { border-color: rgb(133,16,219); }

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