Html Css Color HEX #9520EE Blue Violet

📋 copy color: '#9520EE'

red 149 ◦ green 32 ◦ blue 238

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

Shades of Blue Violet #9520EE

Tints of Blue Violet #9520EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 35.56%
G = 7.64%
B = 56.8%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9520EE (or 0x9520EE) is known color: Blue Violet. HEX triplet: 95, 20 and EE. RGB value is (149,32,238). Sum of RGB (Red+Green+Blue) = 149+32+238=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #9520EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520EE is #6ADF11. Grayscale: #595959. Windows color (decimal): -7003922 or 15605909. OLE color: 15605909.

HSL color Cylindrical-coordinate representation of color #9520EE: hue angle of 274.08º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520EE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 32 238 -
CMYK 0.37 0.87 0 0.07
HSL 274.08º 0.86% 0.53% -
HSV(B) 274.08º 0.87% 0.93% -
XYZ 28.34 13.6 82.02 -
YUV 90.47 211.26 169.75 -
System Red Green Blue C M Y K H S L
Decimal 149 32 238 0.37 0.87 0 0.07 274.08 0.86 0.53
Hex 95 20 EE 25 57 0 7 112 56 35
Octal 225 40 356 45 127 0 7 422 126 65
Binary 10010101 100000 11101110 100101 1010111 0 111 100010010 1010110 110101

Color Harmonies of #9520EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520EE

Black with #9520EE

Text Example


Text Example

White with #9520EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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