Html Css Color HEX #9381DF Medium Purple

📋 copy color: '#9381DF'

red 147 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #9381DF

Tints of Medium Purple #9381DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.85%

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

R = 29.46%
G = 25.85%
B = 44.69%

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

#9381DF (or 0x9381DF) is known color: Medium Purple. HEX triplet: 93, 81 and DF. RGB value is (147,129,223). Sum of RGB (Red+Green+Blue) = 147+129+223=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9381DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381DF is #6C7E20. Grayscale: #909090. Windows color (decimal): -7110177 or 14647699. OLE color: 14647699.

HSL color Cylindrical-coordinate representation of color #9381DF: hue angle of 251.49º 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 #9381DF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 129 223 -
CMYK 0.34 0.42 0 0.13
HSL 251.49º 0.59% 0.69% -
HSV(B) 251.49º 0.42% 0.87% -
XYZ 33.2 27.23 73.32 -
YUV 145.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 147 129 223 0.34 0.42 0 0.13 251.49 0.59 0.69
Hex 93 81 DF 22 2A 0 D FB 3B 45
Octal 223 201 337 42 52 0 15 373 73 105
Binary 10010011 10000001 11011111 100010 101010 0 1101 11111011 111011 1000101

Color Harmonies of #9381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9381DF

Black with #9381DF

Text Example


Text Example

White with #9381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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