Html Css Color HEX #9169DF Medium Purple

📋 copy color: '#9169DF'

red 145 ◦ green 105 ◦ blue 223

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

Shades of Medium Purple #9169DF

Tints of Medium Purple #9169DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 30.66%
G = 22.2%
B = 47.15%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9169DF (or 0x9169DF) is known color: Medium Purple. HEX triplet: 91, 69 and DF. RGB value is (145,105,223). Sum of RGB (Red+Green+Blue) = 145+105+223=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9169DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169DF is #6E9620. Grayscale: #818181. Windows color (decimal): -7247393 or 14641553. OLE color: 14641553.

HSL color Cylindrical-coordinate representation of color #9169DF: hue angle of 260.34º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9169DF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 105 223 -
CMYK 0.35 0.53 0 0.13
HSL 260.34º 0.65% 0.64% -
HSV(B) 260.34º 0.53% 0.87% -
XYZ 30.05 21.45 72.37 -
YUV 130.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 145 105 223 0.35 0.53 0 0.13 260.34 0.65 0.64
Hex 91 69 DF 23 35 0 D 104 41 40
Octal 221 151 337 43 65 0 15 404 101 100
Binary 10010001 1101001 11011111 100011 110101 0 1101 100000100 1000001 1000000

Color Harmonies of #9169DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9169DF

Black with #9169DF

Text Example


Text Example

White with #9169DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9169DF; }

 p { color: rgb(145,105,223); }

 H1.HeaderClassName
 {
   color: #9169DF;
 }
 .AnyTagClassName
 {
   color: #9169DF;
 }
</style>

background-color css

<style>
 a { background-color: #9169DF; }

 a { background-color: rgb(145,105,223); }

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

border-color css

<style>
 span { border-color: #9169DF; }

 span { border-color: rgb(145,105,223); }

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