Html Css Color HEX #9377DF Medium Purple

📋 copy color: '#9377DF'

red 147 ◦ green 119 ◦ blue 223

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

Shades of Medium Purple #9377DF

Tints of Medium Purple #9377DF

RGB

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

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

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

R = 30.06%
G = 24.34%
B = 45.6%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9377DF (or 0x9377DF) is known color: Medium Purple. HEX triplet: 93, 77 and DF. RGB value is (147,119,223). Sum of RGB (Red+Green+Blue) = 147+119+223=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #9377DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377DF is #6C8820. Grayscale: #8A8A8A. Windows color (decimal): -7112737 or 14645139. OLE color: 14645139.

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

Color convert

RGB 147 119 223 -
CMYK 0.34 0.47 0 0.13
HSL 256.15º 0.62% 0.67% -
HSV(B) 256.15º 0.47% 0.87% -
XYZ 31.95 24.72 72.9 -
YUV 139.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 147 119 223 0.34 0.47 0 0.13 256.15 0.62 0.67
Hex 93 77 DF 22 2F 0 D 100 3E 43
Octal 223 167 337 42 57 0 15 400 76 103
Binary 10010011 1110111 11011111 100010 101111 0 1101 100000000 111110 1000011

Color Harmonies of #9377DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9377DF

Black with #9377DF

Text Example


Text Example

White with #9377DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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