Html Css Color HEX #9520DF Blue Violet

📋 copy color: '#9520DF'

red 149 ◦ green 32 ◦ blue 223

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

Shades of Blue Violet #9520DF

Tints of Blue Violet #9520DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.92%

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

R = 36.88%
G = 7.92%
B = 55.2%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9520DF (or 0x9520DF) is known color: Blue Violet. HEX triplet: 95, 20 and DF. RGB value is (149,32,223). Sum of RGB (Red+Green+Blue) = 149+32+223=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #9520DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520DF is #6ADF20. Grayscale: #585858. Windows color (decimal): -7003937 or 14622869. OLE color: 14622869.

HSL color Cylindrical-coordinate representation of color #9520DF: hue angle of 276.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9520DF is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 32 223 -
CMYK 0.33 0.86 0 0.13
HSL 276.75º 0.75% 0.5% -
HSV(B) 276.75º 0.86% 0.87% -
XYZ 26.23 12.75 70.89 -
YUV 88.76 203.76 170.97 -
System Red Green Blue C M Y K H S L
Decimal 149 32 223 0.33 0.86 0 0.13 276.75 0.75 0.5
Hex 95 20 DF 21 56 0 D 115 4B 32
Octal 225 40 337 41 126 0 15 425 113 62
Binary 10010101 100000 11011111 100001 1010110 0 1101 100010101 1001011 110010

Color Harmonies of #9520DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520DF

Black with #9520DF

Text Example


Text Example

White with #9520DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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