#9199DF

Color #9199DF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9199DF

Tints of Portage #9199DF

Color information

#9199DF (or 0x9199DF) is unknown color: approx Portage. HEX triplet: 91, 99 and DF. RGB value is (145,153,223). Sum of RGB (Red+Green+Blue) = 145+153+223=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9199DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199DF is #6E6620. Grayscale: #9E9E9E. Windows color (decimal): -7235105 or 14653841. OLE color: 14653841.

HSL color Cylindrical-coordinate representation of color #9199DF: hue angle of 233.85º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9199DF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145153223-
CMYK0.350.3100.13
HSL233.85º54.93%72.16%-
HSV(B)233.85º34.98%87.45%-
XYZ36.3934.1374.48-
YUV158.59164.35118.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=27.83%
G=29.37%
B=42.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451532230.350.3100.13233.8554.9372.16
Hex9199DF231F0Dea3748
Octal221231337433701535267110
Binary1001000110011001110111111000111111101101111010101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9199DF; }

 p { color: rgb(145,153,223); }

 H1.HeaderClassName
 {
   color: #9199DF;
 }
 .AnyTagClassName
 {
   color: #9199DF;
 }
</style>
background-color css

<style>
 a { background-color: #9199DF; }

 a { background-color: rgb(145,153,223); }

 div.DivClassName
 {
   background-color: #9199DF;
 }
 .BgClassName
 {
   background-color: #9199DF;
 }
</style>
border-color css

<style>
 span { border-color: #9199DF; }

 span { border-color: rgb(145,153,223); }

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