Html Css Color HEX #9520F9 Blue Violet

📋 copy color: '#9520F9'

red 149 ◦ green 32 ◦ blue 249

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

Shades of Blue Violet #9520F9

Tints of Blue Violet #9520F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.91%

R = 34.65%
G = 7.44%
B = 57.91%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9520F9 (or 0x9520F9) is known color: Blue Violet. HEX triplet: 95, 20 and F9. RGB value is (149,32,249). Sum of RGB (Red+Green+Blue) = 149+32+249=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #9520F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520F9 is #6ADF06. Grayscale: #5A5A5A. Windows color (decimal): -7003911 or 16326805. OLE color: 16326805.

HSL color Cylindrical-coordinate representation of color #9520F9: hue angle of 272.35º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520F9 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 32 249 -
CMYK 0.40 0.87 0 0.02
HSL 272.35º 0.95% 0.55% -
HSV(B) 272.35º 0.87% 0.98% -
XYZ 30.01 14.26 90.79 -
YUV 91.72 216.76 168.86 -
System Red Green Blue C M Y K H S L
Decimal 149 32 249 0.40 0.87 0 0.02 272.35 0.95 0.55
Hex 95 20 F9 28 57 0 2 110 5F 37
Octal 225 40 371 50 127 0 2 420 137 67
Binary 10010101 100000 11111001 101000 1010111 0 10 100010000 1011111 110111

Color Harmonies of #9520F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520F9

Black with #9520F9

Text Example


Text Example

White with #9520F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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