Html Css Color HEX #9184DB Medium Purple

📋 copy color: '#9184DB'

red 145 ◦ green 132 ◦ blue 219

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

Shades of Medium Purple #9184DB

Tints of Medium Purple #9184DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

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

R = 29.23%
G = 26.61%
B = 44.15%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9184DB (or 0x9184DB) is known color: Medium Purple. HEX triplet: 91, 84 and DB. RGB value is (145,132,219). Sum of RGB (Red+Green+Blue) = 145+132+219=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9184DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9184DB is #6E7B24. Grayscale: #919191. Windows color (decimal): -7240485 or 14386321. OLE color: 14386321.

HSL color Cylindrical-coordinate representation of color #9184DB: hue angle of 248.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9184DB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 132 219 -
CMYK 0.34 0.40 0 0.14
HSL 248.97º 0.55% 0.69% -
HSV(B) 248.97º 0.4% 0.86% -
XYZ 32.71 27.64 70.63 -
YUV 145.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 145 132 219 0.34 0.40 0 0.14 248.97 0.55 0.69
Hex 91 84 DB 22 28 0 E F9 37 45
Octal 221 204 333 42 50 0 16 371 67 105
Binary 10010001 10000100 11011011 100010 101000 0 1110 11111001 110111 1000101

Color Harmonies of #9184DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9184DB

Black with #9184DB

Text Example


Text Example

White with #9184DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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