#9C96FC

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

Shades of Portage #9C96FC

Tints of Portage #9C96FC

Color information

#9C96FC (or 0x9C96FC) is unknown color: approx Portage. HEX triplet: 9C, 96 and FC. RGB value is (156,150,252). Sum of RGB (Red+Green+Blue) = 156+150+252=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C96FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FC is #636903. Grayscale: #A3A3A3. Windows color (decimal): -6514948 or 16553628. OLE color: 16553628.

HSL color Cylindrical-coordinate representation of color #9C96FC: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C96FC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156150252-
CMYK0.380.4000.01
HSL243.53º94.44%78.82%-
HSV(B)243.53º40.48%98.82%-
XYZ42.1935.9196.8-
YUV163.42177.99122.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=27.96%
G=26.88%
B=45.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561502520.380.4000.01243.5394.4478.82
Hex9C96FC262801f45e4f
Octal234226374465001364136117
Binary100111001001011011111100100110101000011111010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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