#9D8AD5

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

Shades of Cold Purple #9D8AD5

Tints of Cold Purple #9D8AD5

Color information

#9D8AD5 (or 0x9D8AD5) is unknown color: approx Cold Purple. HEX triplet: 9D, 8A and D5. RGB value is (157,138,213). Sum of RGB (Red+Green+Blue) = 157+138+213=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8AD5 is #62752A. Grayscale: #979797. Windows color (decimal): -6452523 or 13994653. OLE color: 13994653.

HSL color Cylindrical-coordinate representation of color #9D8AD5: hue angle of 255.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D8AD5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB157138213-
CMYK0.260.3500.16
HSL255.2º47.17%68.82%-
HSV(B)255.2º35.21%83.53%-
XYZ3530.1566.93-
YUV152.23162.29131.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 213 (83.59% from 255) = 41.93%
R=30.91%
G=27.17%
B=41.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1571382130.260.3500.16255.247.1768.82
Hex9D8AD51A23010ff2f45
Octal235212325324302037757105
Binary10011101100010101101010111010100011010000111111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,138,213); }

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

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

 a { background-color: rgb(157,138,213); }

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

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

 span { border-color: rgb(157,138,213); }

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