Html Css Color HEX #9951EC Medium Purple

📋 copy color: '#9951EC'

red 153 ◦ green 81 ◦ blue 236

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

Shades of Medium Purple #9951EC

Tints of Medium Purple #9951EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 32.55%
G = 17.23%
B = 50.21%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9951EC (or 0x9951EC) is known color: Medium Purple. HEX triplet: 99, 51 and EC. RGB value is (153,81,236). Sum of RGB (Red+Green+Blue) = 153+81+236=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9951EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951EC is #66AE13. Grayscale: #777777. Windows color (decimal): -6729236 or 15487385. OLE color: 15487385.

HSL color Cylindrical-coordinate representation of color #9951EC: hue angle of 267.87º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9951EC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 81 236 -
CMYK 0.35 0.66 0 0.07
HSL 267.87º 0.8% 0.62% -
HSV(B) 267.87º 0.66% 0.93% -
XYZ 31.22 18.71 81.32 -
YUV 120.2 193.35 151.4 -
System Red Green Blue C M Y K H S L
Decimal 153 81 236 0.35 0.66 0 0.07 267.87 0.8 0.62
Hex 99 51 EC 23 42 0 7 10C 50 3E
Octal 231 121 354 43 102 0 7 414 120 76
Binary 10011001 1010001 11101100 100011 1000010 0 111 100001100 1010000 111110

Color Harmonies of #9951EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951EC

Black with #9951EC

Text Example


Text Example

White with #9951EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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