Html Css Color HEX #9174DC Medium Purple

📋 copy color: '#9174DC'

red 145 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #9174DC

Tints of Medium Purple #9174DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

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

R = 30.15%
G = 24.12%
B = 45.74%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9174DC (or 0x9174DC) is known color: Medium Purple. HEX triplet: 91, 74 and DC. RGB value is (145,116,220). Sum of RGB (Red+Green+Blue) = 145+116+220=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9174DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174DC is #6E8B23. Grayscale: #888888. Windows color (decimal): -7244580 or 14447761. OLE color: 14447761.

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

Color convert

RGB 145 116 220 -
CMYK 0.34 0.47 0 0.14
HSL 256.73º 0.6% 0.66% -
HSV(B) 256.73º 0.47% 0.86% -
XYZ 30.84 23.68 70.65 -
YUV 136.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 145 116 220 0.34 0.47 0 0.14 256.73 0.6 0.66
Hex 91 74 DC 22 2F 0 E 101 3C 42
Octal 221 164 334 42 57 0 16 401 74 102
Binary 10010001 1110100 11011100 100010 101111 0 1110 100000001 111100 1000010

Color Harmonies of #9174DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9174DC

Black with #9174DC

Text Example


Text Example

White with #9174DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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