Html Css Color HEX #9169DD Medium Purple

📋 copy color: '#9169DD'

red 145 ◦ green 105 ◦ blue 221

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

Shades of Medium Purple #9169DD

Tints of Medium Purple #9169DD

RGB

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

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

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

R = 30.79%
G = 22.29%
B = 46.92%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9169DD (or 0x9169DD) is known color: Medium Purple. HEX triplet: 91, 69 and DD. RGB value is (145,105,221). Sum of RGB (Red+Green+Blue) = 145+105+221=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #9169DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169DD is #6E9622. Grayscale: #818181. Windows color (decimal): -7247395 or 14510481. OLE color: 14510481.

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

Color convert

RGB 145 105 221 -
CMYK 0.34 0.52 0 0.13
HSL 260.69º 0.63% 0.64% -
HSV(B) 260.69º 0.52% 0.87% -
XYZ 29.78 21.34 70.96 -
YUV 130.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 145 105 221 0.34 0.52 0 0.13 260.69 0.63 0.64
Hex 91 69 DD 22 34 0 D 105 3F 40
Octal 221 151 335 42 64 0 15 405 77 100
Binary 10010001 1101001 11011101 100010 110100 0 1101 100000101 111111 1000000

Color Harmonies of #9169DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9169DD

Black with #9169DD

Text Example


Text Example

White with #9169DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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