Html Css Color HEX #9381D9 Medium Purple

📋 copy color: '#9381D9'

red 147 ◦ green 129 ◦ blue 217

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

Shades of Medium Purple #9381D9

Tints of Medium Purple #9381D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 29.82%
G = 26.17%
B = 44.02%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9381D9 (or 0x9381D9) is known color: Medium Purple. HEX triplet: 93, 81 and D9. RGB value is (147,129,217). Sum of RGB (Red+Green+Blue) = 147+129+217=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #9381D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9381D9 is #6C7E26. Grayscale: #909090. Windows color (decimal): -7110183 or 14254483. OLE color: 14254483.

HSL color Cylindrical-coordinate representation of color #9381D9: hue angle of 252.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9381D9 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 129 217 -
CMYK 0.32 0.41 0 0.15
HSL 252.27º 0.54% 0.68% -
HSV(B) 252.27º 0.41% 0.85% -
XYZ 32.41 26.91 69.13 -
YUV 144.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 147 129 217 0.32 0.41 0 0.15 252.27 0.54 0.68
Hex 93 81 D9 20 29 0 F FC 36 44
Octal 223 201 331 40 51 0 17 374 66 104
Binary 10010011 10000001 11011001 100000 101001 0 1111 11111100 110110 1000100

Color Harmonies of #9381D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9381D9

Black with #9381D9

Text Example


Text Example

White with #9381D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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