#9D8FCC

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

Shades of Cold Purple #9D8FCC

Tints of Cold Purple #9D8FCC

Color information

#9D8FCC (or 0x9D8FCC) is unknown color: approx Cold Purple. HEX triplet: 9D, 8F and CC. RGB value is (157,143,204). Sum of RGB (Red+Green+Blue) = 157+143+204=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FCC is #627033. Grayscale: #999999. Windows color (decimal): -6451252 or 13406109. OLE color: 13406109.

HSL color Cylindrical-coordinate representation of color #9D8FCC: hue angle of 253.77º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D8FCC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157143204-
CMYK0.230.3000.2
HSL253.77º37.42%68.04%-
HSV(B)253.77º29.9%80%-
XYZ34.6331.1761.32-
YUV154.14156.14130.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=31.15%
G=28.37%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571432040.230.3000.2253.7737.4268.04
Hex9D8FCC171E014fe2544
Octal235217314273602437645104
Binary1001110110001111110011001011111110010100111111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,204); }

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

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

 a { background-color: rgb(157,143,204); }

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

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

 span { border-color: rgb(157,143,204); }

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