Html Css Color HEX #9377DD Medium Purple

📋 copy color: '#9377DD'

red 147 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #9377DD

Tints of Medium Purple #9377DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.44%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 30.18%
G = 24.44%
B = 45.38%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9377DD (or 0x9377DD) is known color: Medium Purple. HEX triplet: 93, 77 and DD. RGB value is (147,119,221). Sum of RGB (Red+Green+Blue) = 147+119+221=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9377DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377DD is #6C8822. Grayscale: #8A8A8A. Windows color (decimal): -7112739 or 14514067. OLE color: 14514067.

HSL color Cylindrical-coordinate representation of color #9377DD: hue angle of 256.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9377DD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 119 221 -
CMYK 0.33 0.46 0 0.13
HSL 256.47º 0.6% 0.67% -
HSV(B) 256.47º 0.46% 0.87% -
XYZ 31.68 24.62 71.49 -
YUV 139 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 147 119 221 0.33 0.46 0 0.13 256.47 0.6 0.67
Hex 93 77 DD 21 2E 0 D 100 3C 43
Octal 223 167 335 41 56 0 15 400 74 103
Binary 10010011 1110111 11011101 100001 101110 0 1101 100000000 111100 1000011

Color Harmonies of #9377DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9377DD

Black with #9377DD

Text Example


Text Example

White with #9377DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9377DD; }

 p { color: rgb(147,119,221); }

 H1.HeaderClassName
 {
   color: #9377DD;
 }
 .AnyTagClassName
 {
   color: #9377DD;
 }
</style>

background-color css

<style>
 a { background-color: #9377DD; }

 a { background-color: rgb(147,119,221); }

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

border-color css

<style>
 span { border-color: #9377DD; }

 span { border-color: rgb(147,119,221); }

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