Html Css Color HEX #8517D7 Blue Violet

📋 copy color: '#8517D7'

red 133 ◦ green 23 ◦ blue 215

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

Shades of Blue Violet #8517D7

Tints of Blue Violet #8517D7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

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

R = 35.85%
G = 6.2%
B = 57.95%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8517D7 (or 0x8517D7) is known color: Blue Violet. HEX triplet: 85, 17 and D7. RGB value is (133,23,215). Sum of RGB (Red+Green+Blue) = 133+23+215=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #8517D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517D7 is #7AE828. Grayscale: #4D4D4D. Windows color (decimal): -8054825 or 14096261. OLE color: 14096261.

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

Color convert

RGB 133 23 215 -
CMYK 0.38 0.89 0 0.16
HSL 274.38º 0.81% 0.47% -
HSV(B) 274.38º 0.89% 0.84% -
XYZ 22.25 10.51 65.15 -
YUV 77.78 205.44 167.39 -
System Red Green Blue C M Y K H S L
Decimal 133 23 215 0.38 0.89 0 0.16 274.38 0.81 0.47
Hex 85 17 D7 26 59 0 10 112 51 2F
Octal 205 27 327 46 131 0 20 422 121 57
Binary 10000101 10111 11010111 100110 1011001 0 10000 100010010 1010001 101111

Color Harmonies of #8517D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8517D7

Black with #8517D7

Text Example


Text Example

White with #8517D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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