Html Css Color HEX #9175DD Medium Purple

📋 copy color: '#9175DD'

red 145 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #9175DD

Tints of Medium Purple #9175DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.22%

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

R = 30.02%
G = 24.22%
B = 45.76%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9175DD (or 0x9175DD) is known color: Medium Purple. HEX triplet: 91, 75 and DD. RGB value is (145,117,221). Sum of RGB (Red+Green+Blue) = 145+117+221=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #9175DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175DD is #6E8A22. Grayscale: #888888. Windows color (decimal): -7244323 or 14513553. OLE color: 14513553.

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

Color convert

RGB 145 117 221 -
CMYK 0.34 0.47 0 0.13
HSL 256.15º 0.6% 0.66% -
HSV(B) 256.15º 0.47% 0.87% -
XYZ 31.09 23.96 71.39 -
YUV 137.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 145 117 221 0.34 0.47 0 0.13 256.15 0.6 0.66
Hex 91 75 DD 22 2F 0 D 100 3C 42
Octal 221 165 335 42 57 0 15 400 74 102
Binary 10010001 1110101 11011101 100010 101111 0 1101 100000000 111100 1000010

Color Harmonies of #9175DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9175DD

Black with #9175DD

Text Example


Text Example

White with #9175DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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