Html Css Color HEX #9518DE Blue Violet

📋 copy color: '#9518DE'

red 149 ◦ green 24 ◦ blue 222

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

Shades of Blue Violet #9518DE

Tints of Blue Violet #9518DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 37.72%
G = 6.08%
B = 56.2%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9518DE (or 0x9518DE) is known color: Blue Violet. HEX triplet: 95, 18 and DE. RGB value is (149,24,222). Sum of RGB (Red+Green+Blue) = 149+24+222=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #9518DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518DE is #6AE721. Grayscale: #535353. Windows color (decimal): -7005986 or 14555285. OLE color: 14555285.

HSL color Cylindrical-coordinate representation of color #9518DE: hue angle of 277.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9518DE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 24 222 -
CMYK 0.33 0.89 0 0.13
HSL 277.88º 0.8% 0.48% -
HSV(B) 277.88º 0.89% 0.87% -
XYZ 25.91 12.32 70.12 -
YUV 83.95 205.91 174.4 -
System Red Green Blue C M Y K H S L
Decimal 149 24 222 0.33 0.89 0 0.13 277.88 0.8 0.48
Hex 95 18 DE 21 59 0 D 116 50 30
Octal 225 30 336 41 131 0 15 426 120 60
Binary 10010101 11000 11011110 100001 1011001 0 1101 100010110 1010000 110000

Color Harmonies of #9518DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518DE

Black with #9518DE

Text Example


Text Example

White with #9518DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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