#9D92BA

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

Shades of Cold Purple #9D92BA

Tints of Cold Purple #9D92BA

Color information

#9D92BA (or 0x9D92BA) is unknown color: approx Cold Purple. HEX triplet: 9D, 92 and BA. RGB value is (157,146,186). Sum of RGB (Red+Green+Blue) = 157+146+186=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92BA is #626D45. Grayscale: #999999. Windows color (decimal): -6450502 or 12227229. OLE color: 12227229.

HSL color Cylindrical-coordinate representation of color #9D92BA: hue angle of 256.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D92BA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157146186-
CMYK0.160.2200.27
HSL256.5º22.47%65.1%-
HSV(B)256.5º21.51%72.94%-
XYZ33.0531.2750.75-
YUV153.85146.14130.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=32.11%
G=29.86%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571461860.160.2200.27256.522.4765.1
Hex9D92BA101601B1001641
Octal235222272202603340026101
Binary1001110110010010101110101000010110011011100000000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,186); }

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

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

 a { background-color: rgb(157,146,186); }

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

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

 span { border-color: rgb(157,146,186); }

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