#9A92ED

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

Shades of Portage #9A92ED

Tints of Portage #9A92ED

Color information

#9A92ED (or 0x9A92ED) is unknown color: approx Portage. HEX triplet: 9A, 92 and ED. RGB value is (154,146,237). Sum of RGB (Red+Green+Blue) = 154+146+237=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A92ED is #656D12. Grayscale: #9E9E9E. Windows color (decimal): -6647059 or 15569562. OLE color: 15569562.

HSL color Cylindrical-coordinate representation of color #9A92ED: hue angle of 245.27º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A92ED is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154146237-
CMYK0.350.3800.07
HSL245.27º71.65%75.1%-
HSV(B)245.27º38.4%92.94%-
XYZ38.8933.5484.55-
YUV158.77172.15124.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.68%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=28.68%
G=27.19%
B=44.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541462370.350.3800.07245.2771.6575.1
Hex9A92ED232607f5484b
Octal232222355434607365110113
Binary10011010100100101110110110001110011001111111010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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