#9A8DCD

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

Shades of Cold Purple #9A8DCD

Tints of Cold Purple #9A8DCD

Color information

#9A8DCD (or 0x9A8DCD) is unknown color: approx Cold Purple. HEX triplet: 9A, 8D and CD. RGB value is (154,141,205). Sum of RGB (Red+Green+Blue) = 154+141+205=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCD is #657232. Grayscale: #979797. Windows color (decimal): -6648371 or 13471130. OLE color: 13471130.

HSL color Cylindrical-coordinate representation of color #9A8DCD: hue angle of 252.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8DCD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154141205-
CMYK0.250.3100.20
HSL252.19º39.02%67.84%-
HSV(B)252.19º31.22%80.39%-
XYZ33.8730.3361.83-
YUV152.18157.81129.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=30.8%
G=28.2%
B=41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541412050.250.3100.20252.1939.0267.84
Hex9A8DCD191F014fc2744
Octal232215315313702437447104
Binary1001101010001101110011011100111111010100111111001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,141,205); }

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

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

 a { background-color: rgb(154,141,205); }

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

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

 span { border-color: rgb(154,141,205); }

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