#9A8BD0

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

Shades of Cold Purple #9A8BD0

Tints of Cold Purple #9A8BD0

Color information

#9A8BD0 (or 0x9A8BD0) is unknown color: approx Cold Purple. HEX triplet: 9A, 8B and D0. RGB value is (154,139,208). Sum of RGB (Red+Green+Blue) = 154+139+208=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BD0 is #65742F. Grayscale: #979797. Windows color (decimal): -6648880 or 13667226. OLE color: 13667226.

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

Color convert

RGB154139208-
CMYK0.260.3300.18
HSL253.04º42.33%68.04%-
HSV(B)253.04º33.17%81.57%-
XYZ33.9429.8963.65-
YUV151.35159.97129.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=30.74%
G=27.74%
B=41.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541392080.260.3300.18253.0442.3368.04
Hex9A8BD01A21012fd2a44
Octal232213320324102237552104
Binary10011010100010111101000011010100001010010111111011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,208); }

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

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

 a { background-color: rgb(154,139,208); }

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

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

 span { border-color: rgb(154,139,208); }

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