#9A92BF

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

Shades of Cold Purple #9A92BF

Tints of Cold Purple #9A92BF

Color information

#9A92BF (or 0x9A92BF) is unknown color: approx Cold Purple. HEX triplet: 9A, 92 and BF. RGB value is (154,146,191). Sum of RGB (Red+Green+Blue) = 154+146+191=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A92BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A92BF is #656D40. Grayscale: #999999. Windows color (decimal): -6647105 or 12554906. OLE color: 12554906.

HSL color Cylindrical-coordinate representation of color #9A92BF: hue angle of 250.67º 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 #9A92BF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154146191-
CMYK0.190.2400.25
HSL250.67º26.01%66.08%-
HSV(B)250.67º23.56%74.9%-
XYZ33.0131.1953.57-
YUV153.52149.15128.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 191 (75% from 255) = 38.90%
R=31.36%
G=29.74%
B=38.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541461910.190.2400.25250.6726.0166.08
Hex9A92BF1318019fb1a42
Octal232222277233003137332102
Binary100110101001001010111111100111100001100111111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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