Html Css Color HEX #9972DB Medium Purple

📋 copy color: '#9972DB'

red 153 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9972DB

Tints of Medium Purple #9972DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 31.48%
G = 23.46%
B = 45.06%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9972DB (or 0x9972DB) is known color: Medium Purple. HEX triplet: 99, 72 and DB. RGB value is (153,114,219). Sum of RGB (Red+Green+Blue) = 153+114+219=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9972DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972DB is #668D24. Grayscale: #898989. Windows color (decimal): -6720805 or 14381721. OLE color: 14381721.

HSL color Cylindrical-coordinate representation of color #9972DB: hue angle of 262.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9972DB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 114 219 -
CMYK 0.30 0.48 0 0.14
HSL 262.29º 0.59% 0.65% -
HSV(B) 262.29º 0.48% 0.86% -
XYZ 31.94 23.92 69.95 -
YUV 137.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 153 114 219 0.30 0.48 0 0.14 262.29 0.59 0.65
Hex 99 72 DB 1E 30 0 E 106 3B 41
Octal 231 162 333 36 60 0 16 406 73 101
Binary 10011001 1110010 11011011 11110 110000 0 1110 100000110 111011 1000001

Color Harmonies of #9972DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972DB

Black with #9972DB

Text Example


Text Example

White with #9972DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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