Html Css Color HEX #9384DB Medium Purple

📋 copy color: '#9384DB'

red 147 ◦ green 132 ◦ blue 219

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

Shades of Medium Purple #9384DB

Tints of Medium Purple #9384DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.51%

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

R = 29.52%
G = 26.51%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9384DB (or 0x9384DB) is known color: Medium Purple. HEX triplet: 93, 84 and DB. RGB value is (147,132,219). Sum of RGB (Red+Green+Blue) = 147+132+219=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #9384DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384DB is #6C7B24. Grayscale: #929292. Windows color (decimal): -7109413 or 14386323. OLE color: 14386323.

HSL color Cylindrical-coordinate representation of color #9384DB: hue angle of 250.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9384DB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 132 219 -
CMYK 0.33 0.40 0 0.14
HSL 250.34º 0.55% 0.69% -
HSV(B) 250.34º 0.4% 0.86% -
XYZ 33.07 27.82 70.64 -
YUV 146.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 147 132 219 0.33 0.40 0 0.14 250.34 0.55 0.69
Hex 93 84 DB 21 28 0 E FA 37 45
Octal 223 204 333 41 50 0 16 372 67 105
Binary 10010011 10000100 11011011 100001 101000 0 1110 11111010 110111 1000101

Color Harmonies of #9384DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9384DB

Black with #9384DB

Text Example


Text Example

White with #9384DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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