Html Css Color HEX #8510DB Dark Violet

📋 copy color: '#8510DB'

red 133 ◦ green 16 ◦ blue 219

#8510DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8510DB

Tints of Dark Violet #8510DB

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 value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8510DB (or 0x8510DB) is known color: 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

RGB 133 16 219 -
CMYK 0.39 0.93 0 0.14
HSL 274.58º 0.86% 0.46% -
HSV(B) 274.58º 0.93% 0.86% -
XYZ 22.64 10.47 67.85 -
YUV 74.13 209.76 169.99 -
System Red Green Blue C M Y K H S L
Decimal 133 16 219 0.39 0.93 0 0.14 274.58 0.86 0.46
Hex 85 10 DB 27 5D 0 E 113 56 2E
Octal 205 20 333 47 135 0 16 423 126 56
Binary 10000101 10000 11011011 100111 1011101 0 1110 100010011 1010110 101110

Color Harmonies of #8510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510DB

Black with #8510DB

Text Example


Text Example

White with #8510DB

Text Example


Text Example

HTML Codes & Css Web 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>