Html Css Color HEX #9379EE Medium Purple

📋 copy color: '#9379EE'

red 147 ◦ green 121 ◦ blue 238

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

Shades of Medium Purple #9379EE

Tints of Medium Purple #9379EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.91%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 29.05%
G = 23.91%
B = 47.04%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9379EE (or 0x9379EE) is known color: Medium Purple. HEX triplet: 93, 79 and EE. RGB value is (147,121,238). Sum of RGB (Red+Green+Blue) = 147+121+238=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #9379EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9379EE is #6C8611. Grayscale: #8D8D8D. Windows color (decimal): -7112210 or 15628691. OLE color: 15628691.

HSL color Cylindrical-coordinate representation of color #9379EE: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9379EE is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 121 238 -
CMYK 0.38 0.49 0 0.07
HSL 253.33º 0.77% 0.7% -
HSV(B) 253.33º 0.49% 0.93% -
XYZ 34.3 26.05 84.11 -
YUV 142.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 147 121 238 0.38 0.49 0 0.07 253.33 0.77 0.7
Hex 93 79 EE 26 31 0 7 FD 4D 46
Octal 223 171 356 46 61 0 7 375 115 106
Binary 10010011 1111001 11101110 100110 110001 0 111 11111101 1001101 1000110

Color Harmonies of #9379EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379EE

Black with #9379EE

Text Example


Text Example

White with #9379EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9379EE; }

 p { color: rgb(147,121,238); }

 H1.HeaderClassName
 {
   color: #9379EE;
 }
 .AnyTagClassName
 {
   color: #9379EE;
 }
</style>

background-color css

<style>
 a { background-color: #9379EE; }

 a { background-color: rgb(147,121,238); }

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

border-color css

<style>
 span { border-color: #9379EE; }

 span { border-color: rgb(147,121,238); }

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