Html Css Color HEX #9178EB Medium Purple

📋 copy color: '#9178EB'

red 145 ◦ green 120 ◦ blue 235

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

Shades of Medium Purple #9178EB

Tints of Medium Purple #9178EB

RGB

 RED value IS 145 (57.03% from 255) = 29%

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

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

R = 29%
G = 24%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9178EB (or 0x9178EB) is known color: Medium Purple. HEX triplet: 91, 78 and EB. RGB value is (145,120,235). Sum of RGB (Red+Green+Blue) = 145+120+235=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9178EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9178EB is #6E8714. Grayscale: #8C8C8C. Windows color (decimal): -7243541 or 15431825. OLE color: 15431825.

HSL color Cylindrical-coordinate representation of color #9178EB: hue angle of 253.04º 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 #9178EB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 120 235 -
CMYK 0.38 0.49 0 0.08
HSL 253.04º 0.74% 0.7% -
HSV(B) 253.04º 0.49% 0.92% -
XYZ 33.39 25.45 81.75 -
YUV 140.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 145 120 235 0.38 0.49 0 0.08 253.04 0.74 0.7
Hex 91 78 EB 26 31 0 8 FD 4A 46
Octal 221 170 353 46 61 0 10 375 112 106
Binary 10010001 1111000 11101011 100110 110001 0 1000 11111101 1001010 1000110

Color Harmonies of #9178EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9178EB

Black with #9178EB

Text Example


Text Example

White with #9178EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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