Html Css Color HEX #9518DF Blue Violet

📋 copy color: '#9518DF'

red 149 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #9518DF

Tints of Blue Violet #9518DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 37.63%
G = 6.06%
B = 56.31%

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

#9518DF (or 0x9518DF) is known color: Blue Violet. HEX triplet: 95, 18 and DF. RGB value is (149,24,223). Sum of RGB (Red+Green+Blue) = 149+24+223=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #9518DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518DF is #6AE720. Grayscale: #535353. Windows color (decimal): -7005985 or 14620821. OLE color: 14620821.

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

Color convert

RGB 149 24 223 -
CMYK 0.33 0.89 0 0.13
HSL 277.69º 0.81% 0.48% -
HSV(B) 277.69º 0.89% 0.87% -
XYZ 26.04 12.37 70.83 -
YUV 84.06 206.41 174.32 -
System Red Green Blue C M Y K H S L
Decimal 149 24 223 0.33 0.89 0 0.13 277.69 0.81 0.48
Hex 95 18 DF 21 59 0 D 116 51 30
Octal 225 30 337 41 131 0 15 426 121 60
Binary 10010101 11000 11011111 100001 1011001 0 1101 100010110 1010001 110000

Color Harmonies of #9518DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518DF

Black with #9518DF

Text Example


Text Example

White with #9518DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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