Html Css Color HEX #9178DD Medium Purple

📋 copy color: '#9178DD'

red 145 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #9178DD

Tints of Medium Purple #9178DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 29.84%
G = 24.69%
B = 45.47%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9178DD (or 0x9178DD) is known color: Medium Purple. HEX triplet: 91, 78 and DD. RGB value is (145,120,221). Sum of RGB (Red+Green+Blue) = 145+120+221=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9178DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9178DD is #6E8722. Grayscale: #8A8A8A. Windows color (decimal): -7243555 or 14514321. OLE color: 14514321.

HSL color Cylindrical-coordinate representation of color #9178DD: hue angle of 254.85º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9178DD is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 120 221 -
CMYK 0.34 0.46 0 0.13
HSL 254.85º 0.6% 0.67% -
HSV(B) 254.85º 0.46% 0.87% -
XYZ 31.44 24.67 71.51 -
YUV 138.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 145 120 221 0.34 0.46 0 0.13 254.85 0.6 0.67
Hex 91 78 DD 22 2E 0 D FF 3C 43
Octal 221 170 335 42 56 0 15 377 74 103
Binary 10010001 1111000 11011101 100010 101110 0 1101 11111111 111100 1000011

Color Harmonies of #9178DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9178DD

Black with #9178DD

Text Example


Text Example

White with #9178DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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