Html Css Color HEX #9185DB Medium Purple

📋 copy color: '#9185DB'

red 145 ◦ green 133 ◦ blue 219

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

Shades of Medium Purple #9185DB

Tints of Medium Purple #9185DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

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

R = 29.18%
G = 26.76%
B = 44.06%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9185DB (or 0x9185DB) is known color: Medium Purple. HEX triplet: 91, 85 and DB. RGB value is (145,133,219). Sum of RGB (Red+Green+Blue) = 145+133+219=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #9185DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185DB is #6E7A24. Grayscale: #929292. Windows color (decimal): -7240229 or 14386577. OLE color: 14386577.

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

Color convert

RGB 145 133 219 -
CMYK 0.34 0.39 0 0.14
HSL 248.37º 0.54% 0.69% -
HSV(B) 248.37º 0.39% 0.86% -
XYZ 32.85 27.91 70.67 -
YUV 146.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 145 133 219 0.34 0.39 0 0.14 248.37 0.54 0.69
Hex 91 85 DB 22 27 0 E F8 36 45
Octal 221 205 333 42 47 0 16 370 66 105
Binary 10010001 10000101 11011011 100010 100111 0 1110 11111000 110110 1000101

Color Harmonies of #9185DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185DB

Black with #9185DB

Text Example


Text Example

White with #9185DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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