#9A8FBE

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

Shades of Cold Purple #9A8FBE

Tints of Cold Purple #9A8FBE

Color information

#9A8FBE (or 0x9A8FBE) is unknown color: approx Cold Purple. HEX triplet: 9A, 8F and BE. RGB value is (154,143,190). Sum of RGB (Red+Green+Blue) = 154+143+190=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FBE is #657041. Grayscale: #979797. Windows color (decimal): -6647874 or 12488602. OLE color: 12488602.

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

Color convert

RGB154143190-
CMYK0.190.2500.25
HSL254.04º26.55%65.29%-
HSV(B)254.04º24.74%74.51%-
XYZ32.4430.2352.84-
YUV151.65149.64129.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=31.62%
G=29.36%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541431900.190.2500.25254.0426.5565.29
Hex9A8FBE1319019fe1b41
Octal232217276233103137633101
Binary100110101000111110111110100111100101100111111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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