#9A92C0

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

Shades of Cold Purple #9A92C0

Tints of Cold Purple #9A92C0

Color information

#9A92C0 (or 0x9A92C0) is unknown color: approx Cold Purple. HEX triplet: 9A, 92 and C0. RGB value is (154,146,192). Sum of RGB (Red+Green+Blue) = 154+146+192=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A92C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A92C0 is #656D3F. Grayscale: #999999. Windows color (decimal): -6647104 or 12620442. OLE color: 12620442.

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

Color convert

RGB154146192-
CMYK0.200.2400.25
HSL250.43º26.74%66.27%-
HSV(B)250.43º23.96%75.29%-
XYZ33.1231.2354.15-
YUV153.64149.65128.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=31.30%
G=29.67%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541461920.200.2400.25250.4326.7466.27
Hex9A92C01418019fa1b42
Octal232222300243003137233102
Binary100110101001001011000000101001100001100111111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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