#9d8cbe

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

Shades of Cold Purple #9D8CBE

Tints of Cold Purple #9D8CBE

Color information

#9D8CBE (or 0x9D8CBE) is unknown color: approx Cold Purple. HEX triplet: 9D, 8C and BE. RGB value is (157,140,190). Sum of RGB (Red+Green+Blue) = 157+140+190=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CBE is #627341. Grayscale: #969696. Windows color (decimal): -6452034 or 12487837. OLE color: 12487837.

HSL color Cylindrical-coordinate representation of color #9D8CBE: hue angle of 260.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D8CBE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157140190-
CMYK0.170.2600.25
HSL260.4º27.78%64.71%-
HSV(B)260.4º26.32%74.51%-
XYZ32.5829.6452.72-
YUV150.78150.13132.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=32.24%
G=28.75%
B=39.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571401900.170.2600.25260.427.7864.71
Hex9D8CBE111A0191041c41
Octal235214276213203140434101
Binary1001110110001100101111101000111010011001100000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d8cbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,190); }

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

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

 a { background-color: rgb(157,140,190); }

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

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

 span { border-color: rgb(157,140,190); }

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