Html Css Color HEX #9515EB Blue Violet

📋 copy color: '#9515EB'

red 149 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #9515EB

Tints of Blue Violet #9515EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

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

R = 36.79%
G = 5.19%
B = 58.02%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9515EB (or 0x9515EB) is known color: Blue Violet. HEX triplet: 95, 15 and EB. RGB value is (149,21,235). Sum of RGB (Red+Green+Blue) = 149+21+235=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #9515EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515EB is #6AEA14. Grayscale: #525252. Windows color (decimal): -7006741 or 15406485. OLE color: 15406485.

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

Color convert

RGB 149 21 235 -
CMYK 0.37 0.91 0 0.08
HSL 275.89º 0.84% 0.5% -
HSV(B) 275.89º 0.91% 0.92% -
XYZ 27.66 12.92 79.63 -
YUV 83.67 213.41 174.6 -
System Red Green Blue C M Y K H S L
Decimal 149 21 235 0.37 0.91 0 0.08 275.89 0.84 0.5
Hex 95 15 EB 25 5B 0 8 114 54 32
Octal 225 25 353 45 133 0 10 424 124 62
Binary 10010101 10101 11101011 100101 1011011 0 1000 100010100 1010100 110010

Color Harmonies of #9515EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515EB

Black with #9515EB

Text Example


Text Example

White with #9515EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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