Html Css Color HEX #9520F3 Blue Violet

📋 copy color: '#9520F3'

red 149 ◦ green 32 ◦ blue 243

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

Shades of Blue Violet #9520F3

Tints of Blue Violet #9520F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.31%

R = 35.14%
G = 7.55%
B = 57.31%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9520F3 (or 0x9520F3) is known color: Blue Violet. HEX triplet: 95, 20 and F3. RGB value is (149,32,243). Sum of RGB (Red+Green+Blue) = 149+32+243=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #9520F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520F3 is #6ADF0C. Grayscale: #5A5A5A. Windows color (decimal): -7003917 or 15933589. OLE color: 15933589.

HSL color Cylindrical-coordinate representation of color #9520F3: hue angle of 273.27º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520F3 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 32 243 -
CMYK 0.39 0.87 0 0.05
HSL 273.27º 0.9% 0.54% -
HSV(B) 273.27º 0.87% 0.95% -
XYZ 29.09 13.89 85.94 -
YUV 91.04 213.76 169.34 -
System Red Green Blue C M Y K H S L
Decimal 149 32 243 0.39 0.87 0 0.05 273.27 0.9 0.54
Hex 95 20 F3 27 57 0 5 111 5A 36
Octal 225 40 363 47 127 0 5 421 132 66
Binary 10010101 100000 11110011 100111 1010111 0 101 100010001 1011010 110110

Color Harmonies of #9520F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520F3

Black with #9520F3

Text Example


Text Example

White with #9520F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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