Html Css Color HEX #8510D9 Dark Violet

📋 copy color: '#8510D9'

red 133 ◦ green 16 ◦ blue 217

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

Shades of Dark Violet #8510D9

Tints of Dark Violet #8510D9

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

 GREEN value IS 16 (6.64% from 255) = 4.37%

 BLUE value IS 217 (85.16% from 255) = 59.29%

R = 36.34%
G = 4.37%
B = 59.29%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8510D9 (or 0x8510D9) is known color: Dark Violet. HEX triplet: 85, 10 and D9. RGB value is (133,16,217). Sum of RGB (Red+Green+Blue) = 133+16+217=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #8510D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510D9 is #7AEF26. Grayscale: #494949. Windows color (decimal): -8056615 or 14225541. OLE color: 14225541.

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

Color convert

RGB 133 16 217 -
CMYK 0.39 0.93 0 0.15
HSL 274.93º 0.86% 0.46% -
HSV(B) 274.93º 0.93% 0.85% -
XYZ 22.38 10.37 66.47 -
YUV 73.9 208.76 170.16 -
System Red Green Blue C M Y K H S L
Decimal 133 16 217 0.39 0.93 0 0.15 274.93 0.86 0.46
Hex 85 10 D9 27 5D 0 F 113 56 2E
Octal 205 20 331 47 135 0 17 423 126 56
Binary 10000101 10000 11011001 100111 1011101 0 1111 100010011 1010110 101110

Color Harmonies of #8510D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510D9

Black with #8510D9

Text Example


Text Example

White with #8510D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8510D9;
 }
 .AnyTagClassName
 {
   color: #8510D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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