Html Css Color HEX #9169D6 Medium Purple

📋 copy color: '#9169D6'

red 145 ◦ green 105 ◦ blue 214

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

Shades of Medium Purple #9169D6

Tints of Medium Purple #9169D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 31.25%
G = 22.63%
B = 46.12%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9169D6 (or 0x9169D6) is known color: Medium Purple. HEX triplet: 91, 69 and D6. RGB value is (145,105,214). Sum of RGB (Red+Green+Blue) = 145+105+214=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #9169D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169D6 is #6E9629. Grayscale: #808080. Windows color (decimal): -7247402 or 14051729. OLE color: 14051729.

HSL color Cylindrical-coordinate representation of color #9169D6: hue angle of 262.02º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9169D6 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 105 214 -
CMYK 0.32 0.51 0 0.16
HSL 262.02º 0.57% 0.63% -
HSV(B) 262.02º 0.51% 0.84% -
XYZ 28.87 20.98 66.15 -
YUV 129.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 145 105 214 0.32 0.51 0 0.16 262.02 0.57 0.63
Hex 91 69 D6 20 33 0 10 106 39 3F
Octal 221 151 326 40 63 0 20 406 71 77
Binary 10010001 1101001 11010110 100000 110011 0 10000 100000110 111001 111111

Color Harmonies of #9169D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9169D6

Black with #9169D6

Text Example


Text Example

White with #9169D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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