Html Css Color HEX #9193DB Portage

📋 copy color: '#9193DB'

red 145 ◦ green 147 ◦ blue 219

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

Shades of Portage #9193DB

Tints of Portage #9193DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.77%

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

R = 28.38%
G = 28.77%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9193DB (or 0x9193DB) is known color: Portage. HEX triplet: 91, 93 and DB. RGB value is (145,147,219). Sum of RGB (Red+Green+Blue) = 145+147+219=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #9193DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193DB is #6E6C24. Grayscale: #9A9A9A. Windows color (decimal): -7236645 or 14390161. OLE color: 14390161.

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

Color convert

RGB 145 147 219 -
CMYK 0.34 0.33 0 0.14
HSL 238.38º 0.51% 0.71% -
HSV(B) 238.38º 0.34% 0.86% -
XYZ 34.9 32 71.36 -
YUV 154.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 145 147 219 0.34 0.33 0 0.14 238.38 0.51 0.71
Hex 91 93 DB 22 21 0 E EE 33 47
Octal 221 223 333 42 41 0 16 356 63 107
Binary 10010001 10010011 11011011 100010 100001 0 1110 11101110 110011 1000111

Color Harmonies of #9193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9193DB

Black with #9193DB

Text Example


Text Example

White with #9193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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