Html Css Color HEX #9972EC Medium Purple

📋 copy color: '#9972EC'

red 153 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #9972EC

Tints of Medium Purple #9972EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.66%

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

R = 30.42%
G = 22.66%
B = 46.92%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9972EC (or 0x9972EC) is known color: Medium Purple. HEX triplet: 99, 72 and EC. RGB value is (153,114,236). Sum of RGB (Red+Green+Blue) = 153+114+236=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #9972EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9972EC is #668D13. Grayscale: #8B8B8B. Windows color (decimal): -6720788 or 15495833. OLE color: 15495833.

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

Color convert

RGB 153 114 236 -
CMYK 0.35 0.52 0 0.07
HSL 259.18º 0.76% 0.69% -
HSV(B) 259.18º 0.52% 0.93% -
XYZ 34.29 24.86 82.35 -
YUV 139.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 153 114 236 0.35 0.52 0 0.07 259.18 0.76 0.69
Hex 99 72 EC 23 34 0 7 103 4C 45
Octal 231 162 354 43 64 0 7 403 114 105
Binary 10011001 1110010 11101100 100011 110100 0 111 100000011 1001100 1000101

Color Harmonies of #9972EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972EC

Black with #9972EC

Text Example


Text Example

White with #9972EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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