Html Css Color HEX #9382DC Medium Purple

📋 copy color: '#9382DC'

red 147 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #9382DC

Tints of Medium Purple #9382DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 29.58%
G = 26.16%
B = 44.27%

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

#9382DC (or 0x9382DC) is known color: Medium Purple. HEX triplet: 93, 82 and DC. RGB value is (147,130,220). Sum of RGB (Red+Green+Blue) = 147+130+220=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #9382DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382DC is #6C7D23. Grayscale: #919191. Windows color (decimal): -7109924 or 14451347. OLE color: 14451347.

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

Color convert

RGB 147 130 220 -
CMYK 0.33 0.41 0 0.14
HSL 251.33º 0.56% 0.69% -
HSV(B) 251.33º 0.41% 0.86% -
XYZ 32.93 27.34 71.25 -
YUV 145.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 147 130 220 0.33 0.41 0 0.14 251.33 0.56 0.69
Hex 93 82 DC 21 29 0 E FB 38 45
Octal 223 202 334 41 51 0 16 373 70 105
Binary 10010011 10000010 11011100 100001 101001 0 1110 11111011 111000 1000101

Color Harmonies of #9382DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382DC

Black with #9382DC

Text Example


Text Example

White with #9382DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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