Html Css Color HEX #9378EB Medium Purple

📋 copy color: '#9378EB'

red 147 ◦ green 120 ◦ blue 235

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

Shades of Medium Purple #9378EB

Tints of Medium Purple #9378EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 29.28%
G = 23.9%
B = 46.81%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9378EB (or 0x9378EB) is known color: Medium Purple. HEX triplet: 93, 78 and EB. RGB value is (147,120,235). Sum of RGB (Red+Green+Blue) = 147+120+235=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #9378EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9378EB is #6C8714. Grayscale: #8C8C8C. Windows color (decimal): -7112469 or 15431827. OLE color: 15431827.

HSL color Cylindrical-coordinate representation of color #9378EB: hue angle of 254.09º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9378EB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 120 235 -
CMYK 0.37 0.49 0 0.08
HSL 254.09º 0.74% 0.7% -
HSV(B) 254.09º 0.49% 0.92% -
XYZ 33.74 25.63 81.77 -
YUV 141.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 147 120 235 0.37 0.49 0 0.08 254.09 0.74 0.7
Hex 93 78 EB 25 31 0 8 FE 4A 46
Octal 223 170 353 45 61 0 10 376 112 106
Binary 10010011 1111000 11101011 100101 110001 0 1000 11111110 1001010 1000110

Color Harmonies of #9378EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378EB

Black with #9378EB

Text Example


Text Example

White with #9378EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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