#9C96F9

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

Shades of Portage #9C96F9

Tints of Portage #9C96F9

Color information

#9C96F9 (or 0x9C96F9) is unknown color: approx Portage. HEX triplet: 9C, 96 and F9. RGB value is (156,150,249). Sum of RGB (Red+Green+Blue) = 156+150+249=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C96F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96F9 is #636906. Grayscale: #A2A2A2. Windows color (decimal): -6514951 or 16357020. OLE color: 16357020.

HSL color Cylindrical-coordinate representation of color #9C96F9: hue angle of 243.64º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C96F9 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156150249-
CMYK0.370.4000.02
HSL243.64º89.19%78.24%-
HSV(B)243.64º39.76%97.65%-
XYZ41.7235.7294.32-
YUV163.08176.49122.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=28.11%
G=27.03%
B=44.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561502490.370.4000.02243.6489.1978.24
Hex9C96F9252802f4594e
Octal234226371455002364131116
Binary1001110010010110111110011001011010000101111010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,249); }

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

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

 a { background-color: rgb(156,150,249); }

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

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

 span { border-color: rgb(156,150,249); }

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