#9A92BE

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

Shades of Cold Purple #9A92BE

Tints of Cold Purple #9A92BE

Color information

#9A92BE (or 0x9A92BE) is unknown color: approx Cold Purple. HEX triplet: 9A, 92 and BE. RGB value is (154,146,190). Sum of RGB (Red+Green+Blue) = 154+146+190=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A92BE is #656D41. Grayscale: #999999. Windows color (decimal): -6647106 or 12489370. OLE color: 12489370.

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

Color convert

RGB154146190-
CMYK0.190.2300.25
HSL250.91º25.29%65.88%-
HSV(B)250.91º23.16%74.51%-
XYZ32.931.1552.99-
YUV153.41148.65128.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=31.43%
G=29.80%
B=38.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541461900.190.2300.25250.9125.2965.88
Hex9A92BE1317019fb1942
Octal232222276232703137331102
Binary100110101001001010111110100111011101100111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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