Html Css Color HEX #9178ED Medium Purple

📋 copy color: '#9178ED'

red 145 ◦ green 120 ◦ blue 237

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

Shades of Medium Purple #9178ED

Tints of Medium Purple #9178ED

RGB

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

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

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

R = 28.88%
G = 23.9%
B = 47.21%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9178ED (or 0x9178ED) is known color: Medium Purple. HEX triplet: 91, 78 and ED. RGB value is (145,120,237). Sum of RGB (Red+Green+Blue) = 145+120+237=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #9178ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9178ED is #6E8712. Grayscale: #8C8C8C. Windows color (decimal): -7243539 or 15562897. OLE color: 15562897.

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

Color convert

RGB 145 120 237 -
CMYK 0.39 0.49 0 0.07
HSL 252.82º 0.76% 0.7% -
HSV(B) 252.82º 0.49% 0.93% -
XYZ 33.68 25.57 83.28 -
YUV 140.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 145 120 237 0.39 0.49 0 0.07 252.82 0.76 0.7
Hex 91 78 ED 27 31 0 7 FD 4C 46
Octal 221 170 355 47 61 0 7 375 114 106
Binary 10010001 1111000 11101101 100111 110001 0 111 11111101 1001100 1000110

Color Harmonies of #9178ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9178ED

Black with #9178ED

Text Example


Text Example

White with #9178ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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