#9291DC

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

Shades of Portage #9291DC

Tints of Portage #9291DC

Color information

#9291DC (or 0x9291DC) is unknown color: approx Portage. HEX triplet: 92, 91 and DC. RGB value is (146,145,220). Sum of RGB (Red+Green+Blue) = 146+145+220=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #9291DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291DC is #6D6E23. Grayscale: #999999. Windows color (decimal): -7171620 or 14455186. OLE color: 14455186.

HSL color Cylindrical-coordinate representation of color #9291DC: hue angle of 240.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9291DC is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146145220-
CMYK0.340.3400.14
HSL240.8º51.72%71.57%-
HSV(B)240.8º34.09%86.27%-
XYZ34.931.5371.96-
YUV153.85165.33122.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=28.57%
G=28.38%
B=43.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461452200.340.3400.14240.851.7271.57
Hex9291DC22220Ef13448
Octal222221334424201636164110
Binary10010010100100011101110010001010001001110111100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9291DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9291DC; }

 p { color: rgb(146,145,220); }

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

<style>
 a { background-color: #9291DC; }

 a { background-color: rgb(146,145,220); }

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

<style>
 span { border-color: #9291DC; }

 span { border-color: rgb(146,145,220); }

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