Html Css Color HEX #9160DB Medium Purple

📋 copy color: '#9160DB'

red 145 ◦ green 96 ◦ blue 219

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

Shades of Medium Purple #9160DB

Tints of Medium Purple #9160DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

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

R = 31.52%
G = 20.87%
B = 47.61%

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

#9160DB (or 0x9160DB) is known color: Medium Purple. HEX triplet: 91, 60 and DB. RGB value is (145,96,219). Sum of RGB (Red+Green+Blue) = 145+96+219=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #9160DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9160DB is #6E9F24. Grayscale: #7C7C7C. Windows color (decimal): -7249701 or 14377105. OLE color: 14377105.

HSL color Cylindrical-coordinate representation of color #9160DB: hue angle of 263.9º 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 #9160DB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 96 219 -
CMYK 0.34 0.56 0 0.14
HSL 263.9º 0.63% 0.62% -
HSV(B) 263.9º 0.56% 0.86% -
XYZ 28.65 19.5 69.27 -
YUV 124.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 145 96 219 0.34 0.56 0 0.14 263.9 0.63 0.62
Hex 91 60 DB 22 38 0 E 108 3F 3E
Octal 221 140 333 42 70 0 16 410 77 76
Binary 10010001 1100000 11011011 100010 111000 0 1110 100001000 111111 111110

Color Harmonies of #9160DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9160DB

Black with #9160DB

Text Example


Text Example

White with #9160DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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