Html Css Color HEX #9178DC Medium Purple

📋 copy color: '#9178DC'

red 145 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #9178DC

Tints of Medium Purple #9178DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 29.9%
G = 24.74%
B = 45.36%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9178DC (or 0x9178DC) is known color: Medium Purple. HEX triplet: 91, 78 and DC. RGB value is (145,120,220). Sum of RGB (Red+Green+Blue) = 145+120+220=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9178DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178DC is #6E8723. Grayscale: #8A8A8A. Windows color (decimal): -7243556 or 14448785. OLE color: 14448785.

HSL color Cylindrical-coordinate representation of color #9178DC: hue angle of 255º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9178DC is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 120 220 -
CMYK 0.34 0.45 0 0.14
HSL 255º 0.59% 0.67% -
HSV(B) 255º 0.45% 0.86% -
XYZ 31.31 24.62 70.81 -
YUV 138.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 145 120 220 0.34 0.45 0 0.14 255 0.59 0.67
Hex 91 78 DC 22 2D 0 E FF 3B 43
Octal 221 170 334 42 55 0 16 377 73 103
Binary 10010001 1111000 11011100 100010 101101 0 1110 11111111 111011 1000011

Color Harmonies of #9178DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9178DC

Black with #9178DC

Text Example


Text Example

White with #9178DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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