Html Css Color HEX #9161DF Medium Purple

📋 copy color: '#9161DF'

red 145 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #9161DF

Tints of Medium Purple #9161DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

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

R = 31.18%
G = 20.86%
B = 47.96%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9161DF (or 0x9161DF) is known color: Medium Purple. HEX triplet: 91, 61 and DF. RGB value is (145,97,223). Sum of RGB (Red+Green+Blue) = 145+97+223=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #9161DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161DF is #6E9E20. Grayscale: #7D7D7D. Windows color (decimal): -7249441 or 14639505. OLE color: 14639505.

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

Color convert

RGB 145 97 223 -
CMYK 0.35 0.57 0 0.13
HSL 262.86º 0.66% 0.63% -
HSV(B) 262.86º 0.57% 0.87% -
XYZ 29.27 19.9 72.11 -
YUV 125.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 145 97 223 0.35 0.57 0 0.13 262.86 0.66 0.63
Hex 91 61 DF 23 39 0 D 107 42 3F
Octal 221 141 337 43 71 0 15 407 102 77
Binary 10010001 1100001 11011111 100011 111001 0 1101 100000111 1000010 111111

Color Harmonies of #9161DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161DF

Black with #9161DF

Text Example


Text Example

White with #9161DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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