#9A92B0

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

Shades of Cold Purple #9A92B0

Tints of Cold Purple #9A92B0

Color information

#9A92B0 (or 0x9A92B0) is unknown color: approx Cold Purple. HEX triplet: 9A, 92 and B0. RGB value is (154,146,176). Sum of RGB (Red+Green+Blue) = 154+146+176=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #9A92B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A92B0 is #656D4F. Grayscale: #979797. Windows color (decimal): -6647120 or 11571866. OLE color: 11571866.

HSL color Cylindrical-coordinate representation of color #9A92B0: hue angle of 256º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A92B0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154146176-
CMYK0.120.1700.31
HSL256º15.96%63.14%-
HSV(B)256º17.05%69.02%-
XYZ31.4430.5645.32-
YUV151.81141.65129.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=32.35%
G=30.67%
B=36.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541461760.120.1700.3125615.9663.14
Hex9A92B0C1101F100103f
Octal23222226014210374002077
Binary10011010100100101011000011001000101111110000000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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