#9C9AED

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

Shades of Portage #9C9AED

Tints of Portage #9C9AED

Color information

#9C9AED (or 0x9C9AED) is unknown color: approx Portage. HEX triplet: 9C, 9A and ED. RGB value is (156,154,237). Sum of RGB (Red+Green+Blue) = 156+154+237=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AED is #636512. Grayscale: #A3A3A3. Windows color (decimal): -6513939 or 15571612. OLE color: 15571612.

HSL color Cylindrical-coordinate representation of color #9C9AED: hue angle of 241.45º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C9AED is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156154237-
CMYK0.340.3500.07
HSL241.45º69.75%76.67%-
HSV(B)241.45º35.02%92.94%-
XYZ40.5536.2984.99-
YUV164.06169.16122.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.52%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=28.52%
G=28.15%
B=43.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561542370.340.3500.07241.4569.7576.67
Hex9C9AED222307f1464d
Octal234232355424307361106115
Binary10011100100110101110110110001010001101111111000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9AED; }

 p { color: rgb(156,154,237); }

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

<style>
 a { background-color: #9C9AED; }

 a { background-color: rgb(156,154,237); }

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

<style>
 span { border-color: #9C9AED; }

 span { border-color: rgb(156,154,237); }

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