#9A96BC

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

Shades of Logan #9A96BC

Tints of Logan #9A96BC

Color information

#9A96BC (or 0x9A96BC) is unknown color: approx Logan. HEX triplet: 9A, 96 and BC. RGB value is (154,150,188). Sum of RGB (Red+Green+Blue) = 154+150+188=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96BC is #656943. Grayscale: #9B9B9B. Windows color (decimal): -6646084 or 12359322. OLE color: 12359322.

HSL color Cylindrical-coordinate representation of color #9A96BC: hue angle of 246.32º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A96BC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154150188-
CMYK0.180.2000.26
HSL246.32º22.09%66.27%-
HSV(B)246.32º20.21%73.73%-
XYZ33.3132.3152.06-
YUV155.53146.33126.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=31.30%
G=30.49%
B=38.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541501880.180.2000.26246.3222.0966.27
Hex9A96BC121401Af61642
Octal232226274222403236626102
Binary100110101001011010111100100101010001101011110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,150,188); }

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

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

 a { background-color: rgb(154,150,188); }

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

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

 span { border-color: rgb(154,150,188); }

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