#9C97EF

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

Shades of Portage #9C97EF

Tints of Portage #9C97EF

Color information

#9C97EF (or 0x9C97EF) is unknown color: approx Portage. HEX triplet: 9C, 97 and EF. RGB value is (156,151,239). Sum of RGB (Red+Green+Blue) = 156+151+239=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C97EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C97EF is #636810. Grayscale: #A2A2A2. Windows color (decimal): -6514705 or 15701916. OLE color: 15701916.

HSL color Cylindrical-coordinate representation of color #9C97EF: hue angle of 243.41º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C97EF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156151239-
CMYK0.350.3700.06
HSL243.41º73.33%76.47%-
HSV(B)243.41º36.82%93.73%-
XYZ40.3635.4386.37-
YUV162.53171.16123.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=28.57%
G=27.66%
B=43.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561512390.350.3700.06243.4173.3376.47
Hex9C97EF232506f3494c
Octal234227357434506363111114
Binary10011100100101111110111110001110010101101111001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C97EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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