Html Css Color HEX #9D72DB Medium Purple

📋 copy color: '#9D72DB'

red 157 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9D72DB

Tints of Medium Purple #9D72DB

RGB

 RED value IS 157 (61.72% from 255) = 32.04%

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

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

R = 32.04%
G = 23.27%
B = 44.69%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D72DB (or 0x9D72DB) is known color: Medium Purple. HEX triplet: 9D, 72 and DB. RGB value is (157,114,219). Sum of RGB (Red+Green+Blue) = 157+114+219=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72DB is #628D24. Grayscale: #8A8A8A. Windows color (decimal): -6458661 or 14381725. OLE color: 14381725.

HSL color Cylindrical-coordinate representation of color #9D72DB: hue angle of 264.57º 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 #9D72DB is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 114 219 -
CMYK 0.28 0.48 0 0.14
HSL 264.57º 0.59% 0.65% -
HSV(B) 264.57º 0.48% 0.86% -
XYZ 32.71 24.32 69.99 -
YUV 138.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 157 114 219 0.28 0.48 0 0.14 264.57 0.59 0.65
Hex 9D 72 DB 1C 30 0 E 109 3B 41
Octal 235 162 333 34 60 0 16 411 73 101
Binary 10011101 1110010 11011011 11100 110000 0 1110 100001001 111011 1000001

Color Harmonies of #9D72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D72DB

Black with #9D72DB

Text Example


Text Example

White with #9D72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D72DB; }

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

 H1.HeaderClassName
 {
   color: #9D72DB;
 }
 .AnyTagClassName
 {
   color: #9D72DB;
 }
</style>

background-color css

<style>
 a { background-color: #9D72DB; }

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

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

border-color css

<style>
 span { border-color: #9D72DB; }

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

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