#9C97FF

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

Shades of Portage #9C97FF

Tints of Portage #9C97FF

Color information

#9C97FF (or 0x9C97FF) is unknown color: approx Portage. HEX triplet: 9C, 97 and FF. RGB value is (156,151,255). Sum of RGB (Red+Green+Blue) = 156+151+255=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C97FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C97FF is #636800. Grayscale: #A3A3A3. Windows color (decimal): -6514689 or 16750492. OLE color: 16750492.

HSL color Cylindrical-coordinate representation of color #9C97FF: hue angle of 242.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C97FF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156151255-
CMYK0.390.4100
HSL242.88º100%79.61%-
HSV(B)242.88º40.78%100%-
XYZ42.8336.4299.38-
YUV164.35179.16122.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 255 (100% from 255) = 45.37%
R=27.76%
G=26.87%
B=45.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561512550.390.4100242.8810079.61
Hex9C97FF272900f36450
Octal234227377475100363144120
Binary100111001001011111111111100111101001001111001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,151,255); }

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

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

 a { background-color: rgb(156,151,255); }

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

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

 span { border-color: rgb(156,151,255); }

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