Html Css Color HEX #9161DB Medium Purple

📋 copy color: '#9161DB'

red 145 ◦ green 97 ◦ blue 219

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

Shades of Medium Purple #9161DB

Tints of Medium Purple #9161DB

RGB

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

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

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

R = 31.45%
G = 21.04%
B = 47.51%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9161DB (or 0x9161DB) is known color: Medium Purple. HEX triplet: 91, 61 and DB. RGB value is (145,97,219). Sum of RGB (Red+Green+Blue) = 145+97+219=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #9161DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161DB is #6E9E24. Grayscale: #7C7C7C. Windows color (decimal): -7249445 or 14377361. OLE color: 14377361.

HSL color Cylindrical-coordinate representation of color #9161DB: hue angle of 263.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9161DB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 97 219 -
CMYK 0.34 0.56 0 0.14
HSL 263.61º 0.63% 0.62% -
HSV(B) 263.61º 0.56% 0.86% -
XYZ 28.74 19.68 69.3 -
YUV 125.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 145 97 219 0.34 0.56 0 0.14 263.61 0.63 0.62
Hex 91 61 DB 22 38 0 E 108 3F 3E
Octal 221 141 333 42 70 0 16 410 77 76
Binary 10010001 1100001 11011011 100010 111000 0 1110 100001000 111111 111110

Color Harmonies of #9161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161DB

Black with #9161DB

Text Example


Text Example

White with #9161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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