#9C99FF

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

Shades of Portage #9C99FF

Tints of Portage #9C99FF

Color information

#9C99FF (or 0x9C99FF) is unknown color: approx Portage. HEX triplet: 9C, 99 and FF. RGB value is (156,153,255). Sum of RGB (Red+Green+Blue) = 156+153+255=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C99FF is #636600. Grayscale: #A5A5A5. Windows color (decimal): -6514177 or 16751004. OLE color: 16751004.

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

Color convert

RGB156153255-
CMYK0.390.400
HSL241.76º100%80%-
HSV(B)241.76º40%100%-
XYZ43.1537.0799.49-
YUV165.52178.49121.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 255 (100% from 255) = 45.21%
R=27.66%
G=27.13%
B=45.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561532550.390.400241.7610080
Hex9C99FF272800f26450
Octal234231377475000362144120
Binary100111001001100111111111100111101000001111001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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