Html Css Color HEX #9518DD Blue Violet

📋 copy color: '#9518DD'

red 149 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #9518DD

Tints of Blue Violet #9518DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 37.82%
G = 6.09%
B = 56.09%

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

#9518DD (or 0x9518DD) is known color: Blue Violet. HEX triplet: 95, 18 and DD. RGB value is (149,24,221). Sum of RGB (Red+Green+Blue) = 149+24+221=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9518DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518DD is #6AE722. Grayscale: #535353. Windows color (decimal): -7005987 or 14489749. OLE color: 14489749.

HSL color Cylindrical-coordinate representation of color #9518DD: hue angle of 278.07º 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 #9518DD is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 24 221 -
CMYK 0.33 0.89 0 0.13
HSL 278.07º 0.8% 0.48% -
HSV(B) 278.07º 0.89% 0.87% -
XYZ 25.77 12.26 69.42 -
YUV 83.83 205.41 174.48 -
System Red Green Blue C M Y K H S L
Decimal 149 24 221 0.33 0.89 0 0.13 278.07 0.8 0.48
Hex 95 18 DD 21 59 0 D 116 50 30
Octal 225 30 335 41 131 0 15 426 120 60
Binary 10010101 11000 11011101 100001 1011001 0 1101 100010110 1010000 110000

Color Harmonies of #9518DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518DD

Black with #9518DD

Text Example


Text Example

White with #9518DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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