Html Css Color HEX #9951EF Medium Purple

📋 copy color: '#9951EF'

red 153 ◦ green 81 ◦ blue 239

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

Shades of Medium Purple #9951EF

Tints of Medium Purple #9951EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

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

R = 32.35%
G = 17.12%
B = 50.53%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9951EF (or 0x9951EF) is known color: Medium Purple. HEX triplet: 99, 51 and EF. RGB value is (153,81,239). Sum of RGB (Red+Green+Blue) = 153+81+239=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #9951EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951EF is #66AE10. Grayscale: #777777. Windows color (decimal): -6729233 or 15683993. OLE color: 15683993.

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

Color convert

RGB 153 81 239 -
CMYK 0.36 0.66 0 0.06
HSL 267.34º 0.83% 0.63% -
HSV(B) 267.34º 0.66% 0.94% -
XYZ 31.66 18.89 83.64 -
YUV 120.54 194.85 151.15 -
System Red Green Blue C M Y K H S L
Decimal 153 81 239 0.36 0.66 0 0.06 267.34 0.83 0.63
Hex 99 51 EF 24 42 0 6 10B 53 3F
Octal 231 121 357 44 102 0 6 413 123 77
Binary 10011001 1010001 11101111 100100 1000010 0 110 100001011 1010011 111111

Color Harmonies of #9951EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951EF

Black with #9951EF

Text Example


Text Example

White with #9951EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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