#9D8ACD

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

Shades of Cold Purple #9D8ACD

Tints of Cold Purple #9D8ACD

Color information

#9D8ACD (or 0x9D8ACD) is unknown color: approx Cold Purple. HEX triplet: 9D, 8A and CD. RGB value is (157,138,205). Sum of RGB (Red+Green+Blue) = 157+138+205=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 138 (54.30% from 255 or 27.6% 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 #9D8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ACD is #627532. Grayscale: #979797. Windows color (decimal): -6452531 or 13470365. OLE color: 13470365.

HSL color Cylindrical-coordinate representation of color #9D8ACD: hue angle of 257.01º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D8ACD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157138205-
CMYK0.230.3300.20
HSL257.01º40.12%67.25%-
HSV(B)257.01º32.68%80.39%-
XYZ34.0129.7561.71-
YUV151.32158.29132.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=31.4%
G=27.6%
B=41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571382050.230.3300.20257.0140.1267.25
Hex9D8ACD17210141012843
Octal235212315274102440150103
Binary100111011000101011001101101111000010101001000000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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