#9A96D1

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

Shades of Blue Bell #9A96D1

Tints of Blue Bell #9A96D1

Color information

#9A96D1 (or 0x9A96D1) is unknown color: approx Blue Bell. HEX triplet: 9A, 96 and D1. RGB value is (154,150,209). Sum of RGB (Red+Green+Blue) = 154+150+209=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A96D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96D1 is #65692E. Grayscale: #9D9D9D. Windows color (decimal): -6646063 or 13735578. OLE color: 13735578.

HSL color Cylindrical-coordinate representation of color #9A96D1: hue angle of 244.07º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A96D1 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154150209-
CMYK0.260.2800.18
HSL244.07º39.07%70.39%-
HSV(B)244.07º28.23%81.96%-
XYZ35.7433.2964.86-
YUV157.92156.83125.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=30.02%
G=29.24%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541502090.260.2800.18244.0739.0770.39
Hex9A96D11A1C012f42746
Octal232226321323402236447106
Binary1001101010010110110100011101011100010010111101001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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