Html Css Color HEX #9950F9 Medium Purple

📋 copy color: '#9950F9'

red 153 ◦ green 80 ◦ blue 249

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

Shades of Medium Purple #9950F9

Tints of Medium Purple #9950F9

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 31.74%
G = 16.6%
B = 51.66%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9950F9 (or 0x9950F9) is known color: Medium Purple. HEX triplet: 99, 50 and F9. RGB value is (153,80,249). Sum of RGB (Red+Green+Blue) = 153+80+249=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #9950F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9950F9 is #66AF06. Grayscale: #787878. Windows color (decimal): -6729479 or 16339097. OLE color: 16339097.

HSL color Cylindrical-coordinate representation of color #9950F9: hue angle of 265.92º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9950F9 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 80 249 -
CMYK 0.39 0.68 0 0.02
HSL 265.92º 0.93% 0.65% -
HSV(B) 265.92º 0.68% 0.98% -
XYZ 33.1 19.35 91.61 -
YUV 121.09 200.18 150.76 -
System Red Green Blue C M Y K H S L
Decimal 153 80 249 0.39 0.68 0 0.02 265.92 0.93 0.65
Hex 99 50 F9 27 44 0 2 10A 5D 41
Octal 231 120 371 47 104 0 2 412 135 101
Binary 10011001 1010000 11111001 100111 1000100 0 10 100001010 1011101 1000001

Color Harmonies of #9950F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950F9

Black with #9950F9

Text Example


Text Example

White with #9950F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,80,249); }

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

background-color css

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

 a { background-color: rgb(153,80,249); }

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

border-color css

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

 span { border-color: rgb(153,80,249); }

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