Html Css Color HEX #9515ED Blue Violet

📋 copy color: '#9515ED'

red 149 ◦ green 21 ◦ blue 237

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

Shades of Blue Violet #9515ED

Tints of Blue Violet #9515ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 36.61%
G = 5.16%
B = 58.23%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9515ED (or 0x9515ED) is known color: Blue Violet. HEX triplet: 95, 15 and ED. RGB value is (149,21,237). Sum of RGB (Red+Green+Blue) = 149+21+237=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #9515ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515ED is #6AEA12. Grayscale: #535353. Windows color (decimal): -7006739 or 15537557. OLE color: 15537557.

HSL color Cylindrical-coordinate representation of color #9515ED: hue angle of 275.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9515ED is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 21 237 -
CMYK 0.37 0.91 0 0.07
HSL 275.56º 0.86% 0.51% -
HSV(B) 275.56º 0.91% 0.93% -
XYZ 27.95 13.04 81.16 -
YUV 83.9 214.41 174.44 -
System Red Green Blue C M Y K H S L
Decimal 149 21 237 0.37 0.91 0 0.07 275.56 0.86 0.51
Hex 95 15 ED 25 5B 0 7 114 56 33
Octal 225 25 355 45 133 0 7 424 126 63
Binary 10010101 10101 11101101 100101 1011011 0 111 100010100 1010110 110011

Color Harmonies of #9515ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515ED

Black with #9515ED

Text Example


Text Example

White with #9515ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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