#9A8BBE

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

Shades of Cold Purple #9A8BBE

Tints of Cold Purple #9A8BBE

Color information

#9A8BBE (or 0x9A8BBE) is unknown color: approx Cold Purple. HEX triplet: 9A, 8B and BE. RGB value is (154,139,190). Sum of RGB (Red+Green+Blue) = 154+139+190=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BBE is #657441. Grayscale: #959595. Windows color (decimal): -6648898 or 12487578. OLE color: 12487578.

HSL color Cylindrical-coordinate representation of color #9A8BBE: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A8BBE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154139190-
CMYK0.190.2700.25
HSL257.65º28.18%64.51%-
HSV(B)257.65º26.84%74.51%-
XYZ31.8529.0552.64-
YUV149.3150.97131.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=31.88%
G=28.78%
B=39.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541391900.190.2700.25257.6528.1864.51
Hex9A8BBE131B0191021c41
Octal232213276233303140234101
Binary1001101010001011101111101001111011011001100000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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