Html Css Color HEX #9515EA Blue Violet

📋 copy color: '#9515EA'

red 149 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #9515EA

Tints of Blue Violet #9515EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 36.88%
G = 5.2%
B = 57.92%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9515EA (or 0x9515EA) is known color: Blue Violet. HEX triplet: 95, 15 and EA. RGB value is (149,21,234). Sum of RGB (Red+Green+Blue) = 149+21+234=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #9515EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9515EA is #6AEA15. Grayscale: #525252. Windows color (decimal): -7006742 or 15340949. OLE color: 15340949.

HSL color Cylindrical-coordinate representation of color #9515EA: hue angle of 276.06º 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 #9515EA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 21 234 -
CMYK 0.36 0.91 0 0.08
HSL 276.06º 0.84% 0.5% -
HSV(B) 276.06º 0.91% 0.92% -
XYZ 27.51 12.87 78.88 -
YUV 83.55 212.91 174.68 -
System Red Green Blue C M Y K H S L
Decimal 149 21 234 0.36 0.91 0 0.08 276.06 0.84 0.5
Hex 95 15 EA 24 5B 0 8 114 54 32
Octal 225 25 352 44 133 0 10 424 124 62
Binary 10010101 10101 11101010 100100 1011011 0 1000 100010100 1010100 110010

Color Harmonies of #9515EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515EA

Black with #9515EA

Text Example


Text Example

White with #9515EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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