#9C8DD0

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

Shades of Cold Purple #9C8DD0

Tints of Cold Purple #9C8DD0

Color information

#9C8DD0 (or 0x9C8DD0) is unknown color: approx Cold Purple. HEX triplet: 9C, 8D and D0. RGB value is (156,141,208). Sum of RGB (Red+Green+Blue) = 156+141+208=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DD0 is #63722F. Grayscale: #989898. Windows color (decimal): -6517296 or 13667740. OLE color: 13667740.

HSL color Cylindrical-coordinate representation of color #9C8DD0: hue angle of 253.43º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C8DD0 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB156141208-
CMYK0.250.3200.18
HSL253.43º41.61%68.43%-
HSV(B)253.43º32.21%81.57%-
XYZ34.6230.6763.77-
YUV153.12158.97130.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=30.89%
G=27.92%
B=41.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1561412080.250.3200.18253.4341.6168.43
Hex9C8DD01920012fd2a44
Octal234215320314002237552104
Binary10011100100011011101000011001100000010010111111011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,208); }

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

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

 a { background-color: rgb(156,141,208); }

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

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

 span { border-color: rgb(156,141,208); }

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