Html Css Color HEX #9520E0 Blue Violet

📋 copy color: '#9520E0'

red 149 ◦ green 32 ◦ blue 224

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

Shades of Blue Violet #9520E0

Tints of Blue Violet #9520E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 36.79%
G = 7.9%
B = 55.31%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9520E0 (or 0x9520E0) is known color: Blue Violet. HEX triplet: 95, 20 and E0. RGB value is (149,32,224). Sum of RGB (Red+Green+Blue) = 149+32+224=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #9520E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520E0 is #6ADF1F. Grayscale: #585858. Windows color (decimal): -7003936 or 14688405. OLE color: 14688405.

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

Color convert

RGB 149 32 224 -
CMYK 0.33 0.86 0 0.12
HSL 276.56º 0.76% 0.5% -
HSV(B) 276.56º 0.86% 0.88% -
XYZ 26.37 12.8 71.6 -
YUV 88.87 204.26 170.89 -
System Red Green Blue C M Y K H S L
Decimal 149 32 224 0.33 0.86 0 0.12 276.56 0.76 0.5
Hex 95 20 E0 21 56 0 C 115 4C 32
Octal 225 40 340 41 126 0 14 425 114 62
Binary 10010101 100000 11100000 100001 1010110 0 1100 100010101 1001100 110010

Color Harmonies of #9520E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520E0

Black with #9520E0

Text Example


Text Example

White with #9520E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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