Html Css Color HEX #9520FF Blue Violet

📋 copy color: '#9520FF'

red 149 ◦ green 32 ◦ blue 255

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

Shades of Blue Violet #9520FF

Tints of Blue Violet #9520FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 34.17%
G = 7.34%
B = 58.49%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9520FF (or 0x9520FF) is known color: Blue Violet. HEX triplet: 95, 20 and FF. RGB value is (149,32,255). Sum of RGB (Red+Green+Blue) = 149+32+255=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #9520FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520FF is #6ADF00. Grayscale: #5B5B5B. Windows color (decimal): -7003905 or 16720021. OLE color: 16720021.

HSL color Cylindrical-coordinate representation of color #9520FF: hue angle of 271.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520FF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 32 255 -
CMYK 0.42 0.87 0 0
HSL 271.48º 1% 0.56% -
HSV(B) 271.48º 0.87% 1% -
XYZ 30.96 14.64 95.8 -
YUV 92.41 219.76 168.37 -
System Red Green Blue C M Y K H S L
Decimal 149 32 255 0.42 0.87 0 0 271.48 1 0.56
Hex 95 20 FF 2A 57 0 0 10F 64 38
Octal 225 40 377 52 127 0 0 417 144 70
Binary 10010101 100000 11111111 101010 1010111 0 0 100001111 1100100 111000

Color Harmonies of #9520FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520FF

Black with #9520FF

Text Example


Text Example

White with #9520FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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