Html Css Color HEX #9950EF Medium Purple

📋 copy color: '#9950EF'

red 153 ◦ green 80 ◦ blue 239

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

Shades of Medium Purple #9950EF

Tints of Medium Purple #9950EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 32.42%
G = 16.95%
B = 50.64%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9950EF (or 0x9950EF) is known color: Medium Purple. HEX triplet: 99, 50 and EF. RGB value is (153,80,239). Sum of RGB (Red+Green+Blue) = 153+80+239=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9950EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9950EF is #66AF10. Grayscale: #777777. Windows color (decimal): -6729489 or 15683737. OLE color: 15683737.

HSL color Cylindrical-coordinate representation of color #9950EF: hue angle of 267.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9950EF is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 80 239 -
CMYK 0.36 0.67 0 0.06
HSL 267.55º 0.83% 0.63% -
HSV(B) 267.55º 0.67% 0.94% -
XYZ 31.59 18.74 83.61 -
YUV 119.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 153 80 239 0.36 0.67 0 0.06 267.55 0.83 0.63
Hex 99 50 EF 24 43 0 6 10C 53 3F
Octal 231 120 357 44 103 0 6 414 123 77
Binary 10011001 1010000 11101111 100100 1000011 0 110 100001100 1010011 111111

Color Harmonies of #9950EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9950EF

Black with #9950EF

Text Example


Text Example

White with #9950EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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