#9C8BD0

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

Shades of Cold Purple #9C8BD0

Tints of Cold Purple #9C8BD0

Color information

#9C8BD0 (or 0x9C8BD0) is unknown color: approx Cold Purple. HEX triplet: 9C, 8B and D0. RGB value is (156,139,208). Sum of RGB (Red+Green+Blue) = 156+139+208=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BD0 is #63742F. Grayscale: #979797. Windows color (decimal): -6517808 or 13667228. OLE color: 13667228.

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

Color convert

RGB156139208-
CMYK0.250.3300.18
HSL254.78º42.33%68.04%-
HSV(B)254.78º33.17%81.57%-
XYZ34.3330.0963.67-
YUV151.95159.63130.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=31.01%
G=27.63%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1561392080.250.3300.18254.7842.3368.04
Hex9C8BD01921012ff2a44
Octal234213320314102237752104
Binary10011100100010111101000011001100001010010111111111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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