Html Css Color HEX #9372DB Medium Purple

📋 copy color: '#9372DB'

red 147 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #9372DB

Tints of Medium Purple #9372DB

RGB

 RED value IS 147 (57.81% from 255) = 30.63%

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

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

R = 30.63%
G = 23.75%
B = 45.63%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9372DB (or 0x9372DB) is known color: Medium Purple. HEX triplet: 93, 72 and DB. RGB value is (147,114,219). Sum of RGB (Red+Green+Blue) = 147+114+219=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #9372DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372DB is #6C8D24. Grayscale: #878787. Windows color (decimal): -7114021 or 14381715. OLE color: 14381715.

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

Color convert

RGB 147 114 219 -
CMYK 0.33 0.48 0 0.14
HSL 258.86º 0.59% 0.65% -
HSV(B) 258.86º 0.48% 0.86% -
XYZ 30.84 23.35 69.9 -
YUV 135.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 147 114 219 0.33 0.48 0 0.14 258.86 0.59 0.65
Hex 93 72 DB 21 30 0 E 103 3B 41
Octal 223 162 333 41 60 0 16 403 73 101
Binary 10010011 1110010 11011011 100001 110000 0 1110 100000011 111011 1000001

Color Harmonies of #9372DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9372DB

Black with #9372DB

Text Example


Text Example

White with #9372DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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