Html Css Color HEX #9175DB Medium Purple

📋 copy color: '#9175DB'

red 145 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #9175DB

Tints of Medium Purple #9175DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 30.15%
G = 24.32%
B = 45.53%

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

#9175DB (or 0x9175DB) is known color: Medium Purple. HEX triplet: 91, 75 and DB. RGB value is (145,117,219). Sum of RGB (Red+Green+Blue) = 145+117+219=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #9175DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175DB is #6E8A24. Grayscale: #888888. Windows color (decimal): -7244325 or 14382481. OLE color: 14382481.

HSL color Cylindrical-coordinate representation of color #9175DB: hue angle of 256.47º degrees, saturation: 0.59, 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 #9175DB is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 117 219 -
CMYK 0.34 0.47 0 0.14
HSL 256.47º 0.59% 0.66% -
HSV(B) 256.47º 0.47% 0.86% -
XYZ 30.82 23.86 70 -
YUV 137 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 145 117 219 0.34 0.47 0 0.14 256.47 0.59 0.66
Hex 91 75 DB 22 2F 0 E 100 3B 42
Octal 221 165 333 42 57 0 16 400 73 102
Binary 10010001 1110101 11011011 100010 101111 0 1110 100000000 111011 1000010

Color Harmonies of #9175DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9175DB

Black with #9175DB

Text Example


Text Example

White with #9175DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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