#9F92BA

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

Shades of Cold Purple #9F92BA

Tints of Cold Purple #9F92BA

Color information

#9F92BA (or 0x9F92BA) is unknown color: approx Cold Purple. HEX triplet: 9F, 92 and BA. RGB value is (159,146,186). Sum of RGB (Red+Green+Blue) = 159+146+186=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92BA is #606D45. Grayscale: #9A9A9A. Windows color (decimal): -6319430 or 12227231. OLE color: 12227231.

HSL color Cylindrical-coordinate representation of color #9F92BA: hue angle of 259.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 #9F92BA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159146186-
CMYK0.150.2200.27
HSL259.5º22.47%65.1%-
HSV(B)259.5º21.51%72.94%-
XYZ33.4431.4750.77-
YUV154.45145.81131.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=32.38%
G=29.74%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591461860.150.2200.27259.522.4765.1
Hex9F92BAF1601B1041641
Octal237222272172603340426101
Binary100111111001001010111010111110110011011100000100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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