Html Css Color HEX #9517DD Blue Violet

📋 copy color: '#9517DD'

red 149 ◦ green 23 ◦ blue 221

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

Shades of Blue Violet #9517DD

Tints of Blue Violet #9517DD

RGB

 RED value IS 149 (58.59% from 255) = 37.91%

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 37.91%
G = 5.85%
B = 56.23%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9517DD (or 0x9517DD) is known color: Blue Violet. HEX triplet: 95, 17 and DD. RGB value is (149,23,221). Sum of RGB (Red+Green+Blue) = 149+23+221=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #9517DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9517DD is #6AE822. Grayscale: #525252. Windows color (decimal): -7006243 or 14489493. OLE color: 14489493.

HSL color Cylindrical-coordinate representation of color #9517DD: hue angle of 278.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9517DD is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 23 221 -
CMYK 0.33 0.90 0 0.13
HSL 278.18º 0.81% 0.48% -
HSV(B) 278.18º 0.9% 0.87% -
XYZ 25.75 12.22 69.41 -
YUV 83.25 205.74 174.9 -
System Red Green Blue C M Y K H S L
Decimal 149 23 221 0.33 0.90 0 0.13 278.18 0.81 0.48
Hex 95 17 DD 21 5A 0 D 116 51 30
Octal 225 27 335 41 132 0 15 426 121 60
Binary 10010101 10111 11011101 100001 1011010 0 1101 100010110 1010001 110000

Color Harmonies of #9517DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9517DD

Black with #9517DD

Text Example


Text Example

White with #9517DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9517DD; }

 p { color: rgb(149,23,221); }

 H1.HeaderClassName
 {
   color: #9517DD;
 }
 .AnyTagClassName
 {
   color: #9517DD;
 }
</style>

background-color css

<style>
 a { background-color: #9517DD; }

 a { background-color: rgb(149,23,221); }

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

border-color css

<style>
 span { border-color: #9517DD; }

 span { border-color: rgb(149,23,221); }

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