Html Css Color HEX #9382DB Medium Purple

📋 copy color: '#9382DB'

red 147 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #9382DB

Tints of Medium Purple #9382DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 29.64%
G = 26.21%
B = 44.15%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9382DB (or 0x9382DB) is known color: Medium Purple. HEX triplet: 93, 82 and DB. RGB value is (147,130,219). Sum of RGB (Red+Green+Blue) = 147+130+219=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9382DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382DB is #6C7D24. Grayscale: #909090. Windows color (decimal): -7109925 or 14385811. OLE color: 14385811.

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

Color convert

RGB 147 130 219 -
CMYK 0.33 0.41 0 0.14
HSL 251.46º 0.55% 0.68% -
HSV(B) 251.46º 0.41% 0.86% -
XYZ 32.8 27.28 70.56 -
YUV 145.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 147 130 219 0.33 0.41 0 0.14 251.46 0.55 0.68
Hex 93 82 DB 21 29 0 E FB 37 44
Octal 223 202 333 41 51 0 16 373 67 104
Binary 10010011 10000010 11011011 100001 101001 0 1110 11111011 110111 1000100

Color Harmonies of #9382DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382DB

Black with #9382DB

Text Example


Text Example

White with #9382DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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