Html Css Color HEX #9174DE Medium Purple

📋 copy color: '#9174DE'

red 145 ◦ green 116 ◦ blue 222

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

Shades of Medium Purple #9174DE

Tints of Medium Purple #9174DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 30.02%
G = 24.02%
B = 45.96%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9174DE (or 0x9174DE) is known color: Medium Purple. HEX triplet: 91, 74 and DE. RGB value is (145,116,222). Sum of RGB (Red+Green+Blue) = 145+116+222=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #9174DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174DE is #6E8B21. Grayscale: #888888. Windows color (decimal): -7244578 or 14578833. OLE color: 14578833.

HSL color Cylindrical-coordinate representation of color #9174DE: hue angle of 256.42º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9174DE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 116 222 -
CMYK 0.35 0.48 0 0.13
HSL 256.42º 0.62% 0.66% -
HSV(B) 256.42º 0.48% 0.87% -
XYZ 31.11 23.78 72.06 -
YUV 136.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 145 116 222 0.35 0.48 0 0.13 256.42 0.62 0.66
Hex 91 74 DE 23 30 0 D 100 3E 42
Octal 221 164 336 43 60 0 15 400 76 102
Binary 10010001 1110100 11011110 100011 110000 0 1101 100000000 111110 1000010

Color Harmonies of #9174DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9174DE

Black with #9174DE

Text Example


Text Example

White with #9174DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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