Html Css Color HEX #9379ED Medium Purple

📋 copy color: '#9379ED'

red 147 ◦ green 121 ◦ blue 237

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

Shades of Medium Purple #9379ED

Tints of Medium Purple #9379ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 29.11%
G = 23.96%
B = 46.93%

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

#9379ED (or 0x9379ED) is known color: Medium Purple. HEX triplet: 93, 79 and ED. RGB value is (147,121,237). Sum of RGB (Red+Green+Blue) = 147+121+237=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #9379ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9379ED is #6C8612. Grayscale: #8D8D8D. Windows color (decimal): -7112211 or 15563155. OLE color: 15563155.

HSL color Cylindrical-coordinate representation of color #9379ED: hue angle of 253.45º degrees, saturation: 0.76, 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 #9379ED is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 121 237 -
CMYK 0.38 0.49 0 0.07
HSL 253.45º 0.76% 0.7% -
HSV(B) 253.45º 0.49% 0.93% -
XYZ 34.16 25.99 83.34 -
YUV 142 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 147 121 237 0.38 0.49 0 0.07 253.45 0.76 0.7
Hex 93 79 ED 26 31 0 7 FD 4C 46
Octal 223 171 355 46 61 0 7 375 114 106
Binary 10010011 1111001 11101101 100110 110001 0 111 11111101 1001100 1000110

Color Harmonies of #9379ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9379ED

Black with #9379ED

Text Example


Text Example

White with #9379ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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