#9F92C7

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

Shades of Cold Purple #9F92C7

Tints of Cold Purple #9F92C7

Color information

#9F92C7 (or 0x9F92C7) is unknown color: approx Cold Purple. HEX triplet: 9F, 92 and C7. RGB value is (159,146,199). Sum of RGB (Red+Green+Blue) = 159+146+199=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #9F92C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92C7 is #606D38. Grayscale: #9B9B9B. Windows color (decimal): -6319417 or 13079199. OLE color: 13079199.

HSL color Cylindrical-coordinate representation of color #9F92C7: hue angle of 254.72º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F92C7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB159146199-
CMYK0.200.2700.22
HSL254.72º32.12%67.65%-
HSV(B)254.72º26.63%78.04%-
XYZ34.8932.0558.38-
YUV155.93152.31130.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=31.55%
G=28.97%
B=39.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591461990.200.2700.22254.7232.1267.65
Hex9F92C7141B016ff2044
Octal237222307243302637740104
Binary1001111110010010110001111010011011010110111111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F92C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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