Html Css Color HEX #9517EB Blue Violet

📋 copy color: '#9517EB'

red 149 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #9517EB

Tints of Blue Violet #9517EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.74%

R = 36.61%
G = 5.65%
B = 57.74%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9517EB (or 0x9517EB) is known color: Blue Violet. HEX triplet: 95, 17 and EB. RGB value is (149,23,235). Sum of RGB (Red+Green+Blue) = 149+23+235=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #9517EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517EB is #6AE814. Grayscale: #545454. Windows color (decimal): -7006229 or 15406997. OLE color: 15406997.

HSL color Cylindrical-coordinate representation of color #9517EB: hue angle of 275.66º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9517EB is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 23 235 -
CMYK 0.37 0.90 0 0.08
HSL 275.66º 0.84% 0.51% -
HSV(B) 275.66º 0.9% 0.92% -
XYZ 27.7 13 79.65 -
YUV 84.84 212.74 173.76 -
System Red Green Blue C M Y K H S L
Decimal 149 23 235 0.37 0.90 0 0.08 275.66 0.84 0.51
Hex 95 17 EB 25 5A 0 8 114 54 33
Octal 225 27 353 45 132 0 10 424 124 63
Binary 10010101 10111 11101011 100101 1011010 0 1000 100010100 1010100 110011

Color Harmonies of #9517EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9517EB

Black with #9517EB

Text Example


Text Example

White with #9517EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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