Html Css Color HEX #9378EE Medium Purple

📋 copy color: '#9378EE'

red 147 ◦ green 120 ◦ blue 238

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

Shades of Medium Purple #9378EE

Tints of Medium Purple #9378EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.76%

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

R = 29.11%
G = 23.76%
B = 47.13%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9378EE (or 0x9378EE) is known color: Medium Purple. HEX triplet: 93, 78 and EE. RGB value is (147,120,238). Sum of RGB (Red+Green+Blue) = 147+120+238=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #9378EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9378EE is #6C8711. Grayscale: #8D8D8D. Windows color (decimal): -7112466 or 15628435. OLE color: 15628435.

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

Color convert

RGB 147 120 238 -
CMYK 0.38 0.50 0 0.07
HSL 253.73º 0.78% 0.7% -
HSV(B) 253.73º 0.5% 0.93% -
XYZ 34.18 25.81 84.07 -
YUV 141.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 147 120 238 0.38 0.50 0 0.07 253.73 0.78 0.7
Hex 93 78 EE 26 32 0 7 FE 4E 46
Octal 223 170 356 46 62 0 7 376 116 106
Binary 10010011 1111000 11101110 100110 110010 0 111 11111110 1001110 1000110

Color Harmonies of #9378EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378EE

Black with #9378EE

Text Example


Text Example

White with #9378EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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