#9C95B3

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

Shades of Logan #9C95B3

Tints of Logan #9C95B3

Color information

#9C95B3 (or 0x9C95B3) is unknown color: approx Logan. HEX triplet: 9C, 95 and B3. RGB value is (156,149,179). Sum of RGB (Red+Green+Blue) = 156+149+179=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C95B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C95B3 is #636A4C. Grayscale: #9A9A9A. Windows color (decimal): -6515277 or 11769244. OLE color: 11769244.

HSL color Cylindrical-coordinate representation of color #9C95B3: hue angle of 254º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C95B3 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB156149179-
CMYK0.130.1700.30
HSL254º16.48%64.31%-
HSV(B)254º16.76%70.2%-
XYZ32.5931.8247.07-
YUV154.51141.82129.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=32.23%
G=30.79%
B=36.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561491790.130.1700.3025416.4864.31
Hex9C95B3D1101Efe1040
Octal234225263152103637620100
Binary10011100100101011011001111011000101111011111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,179); }

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

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

 a { background-color: rgb(156,149,179); }

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

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

 span { border-color: rgb(156,149,179); }

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