#9F92BF

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

Shades of Cold Purple #9F92BF

Tints of Cold Purple #9F92BF

Color information

#9F92BF (or 0x9F92BF) is unknown color: approx Cold Purple. HEX triplet: 9F, 92 and BF. RGB value is (159,146,191). Sum of RGB (Red+Green+Blue) = 159+146+191=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F92BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92BF is #606D40. Grayscale: #9A9A9A. Windows color (decimal): -6319425 or 12554911. OLE color: 12554911.

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

Color convert

RGB159146191-
CMYK0.170.2400.25
HSL257.33º26.01%66.08%-
HSV(B)257.33º23.56%74.9%-
XYZ33.9831.6953.62-
YUV155.02148.31130.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 191 (75% from 255) = 38.51%
R=32.06%
G=29.44%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591461910.170.2400.25257.3326.0166.08
Hex9F92BF11180191011a42
Octal237222277213003140132102
Binary1001111110010010101111111000111000011001100000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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