Html Css Color HEX #8510D7 Dark Violet

📋 copy color: '#8510D7'

red 133 ◦ green 16 ◦ blue 215

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

Shades of Dark Violet #8510D7

Tints of Dark Violet #8510D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 59.07%

R = 36.54%
G = 4.4%
B = 59.07%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8510D7 (or 0x8510D7) is known color: Dark Violet. HEX triplet: 85, 10 and D7. RGB value is (133,16,215). Sum of RGB (Red+Green+Blue) = 133+16+215=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 215 (84.38% from 255 or 59.07% from 364); Max value from RGB is 215 - color contains mainly: blue. Hex color #8510D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510D7 is #7AEF28. Grayscale: #484848. Windows color (decimal): -8056617 or 14094469. OLE color: 14094469.

HSL color Cylindrical-coordinate representation of color #8510D7: hue angle of 275.28º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510D7 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 16 215 -
CMYK 0.38 0.93 0 0.16
HSL 275.28º 0.86% 0.45% -
HSV(B) 275.28º 0.93% 0.84% -
XYZ 22.12 10.26 65.1 -
YUV 73.67 207.76 170.32 -
System Red Green Blue C M Y K H S L
Decimal 133 16 215 0.38 0.93 0 0.16 275.28 0.86 0.45
Hex 85 10 D7 26 5D 0 10 113 56 2D
Octal 205 20 327 46 135 0 20 423 126 55
Binary 10000101 10000 11010111 100110 1011101 0 10000 100010011 1010110 101101

Color Harmonies of #8510D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510D7

Black with #8510D7

Text Example


Text Example

White with #8510D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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