Html Css Color HEX #9382DF Medium Purple

📋 copy color: '#9382DF'

red 147 ◦ green 130 ◦ blue 223

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

Shades of Medium Purple #9382DF

Tints of Medium Purple #9382DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 29.4%
G = 26%
B = 44.6%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9382DF (or 0x9382DF) is known color: Medium Purple. HEX triplet: 93, 82 and DF. RGB value is (147,130,223). Sum of RGB (Red+Green+Blue) = 147+130+223=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9382DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382DF is #6C7D20. Grayscale: #919191. Windows color (decimal): -7109921 or 14647955. OLE color: 14647955.

HSL color Cylindrical-coordinate representation of color #9382DF: hue angle of 250.97º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9382DF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 130 223 -
CMYK 0.34 0.42 0 0.13
HSL 250.97º 0.59% 0.69% -
HSV(B) 250.97º 0.42% 0.87% -
XYZ 33.33 27.5 73.36 -
YUV 145.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 147 130 223 0.34 0.42 0 0.13 250.97 0.59 0.69
Hex 93 82 DF 22 2A 0 D FB 3B 45
Octal 223 202 337 42 52 0 15 373 73 105
Binary 10010011 10000010 11011111 100010 101010 0 1101 11111011 111011 1000101

Color Harmonies of #9382DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9382DF

Black with #9382DF

Text Example


Text Example

White with #9382DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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