Html Css Color HEX #9518E4 Blue Violet

📋 copy color: '#9518E4'

red 149 ◦ green 24 ◦ blue 228

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

Shades of Blue Violet #9518E4

Tints of Blue Violet #9518E4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.99%

 BLUE value IS 228 (89.45% from 255) = 56.86%

R = 37.16%
G = 5.99%
B = 56.86%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9518E4 (or 0x9518E4) is known color: Blue Violet. HEX triplet: 95, 18 and E4. RGB value is (149,24,228). Sum of RGB (Red+Green+Blue) = 149+24+228=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #9518E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518E4 is #6AE71B. Grayscale: #535353. Windows color (decimal): -7005980 or 14948501. OLE color: 14948501.

HSL color Cylindrical-coordinate representation of color #9518E4: hue angle of 276.76º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9518E4 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 24 228 -
CMYK 0.35 0.89 0 0.11
HSL 276.76º 0.81% 0.49% -
HSV(B) 276.76º 0.89% 0.89% -
XYZ 26.72 12.64 74.43 -
YUV 84.63 208.91 173.91 -
System Red Green Blue C M Y K H S L
Decimal 149 24 228 0.35 0.89 0 0.11 276.76 0.81 0.49
Hex 95 18 E4 23 59 0 B 115 51 31
Octal 225 30 344 43 131 0 13 425 121 61
Binary 10010101 11000 11100100 100011 1011001 0 1011 100010101 1010001 110001

Color Harmonies of #9518E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518E4

Black with #9518E4

Text Example


Text Example

White with #9518E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9518E4; }

 p { color: rgb(149,24,228); }

 H1.HeaderClassName
 {
   color: #9518E4;
 }
 .AnyTagClassName
 {
   color: #9518E4;
 }
</style>

background-color css

<style>
 a { background-color: #9518E4; }

 a { background-color: rgb(149,24,228); }

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

border-color css

<style>
 span { border-color: #9518E4; }

 span { border-color: rgb(149,24,228); }

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