#9263D0

Color #9263D0 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9263D0

Tints of Amethyst #9263D0

Color information

#9263D0 (or 0x9263D0) is unknown color: approx Amethyst. HEX triplet: 92, 63 and D0. RGB value is (146,99,208). Sum of RGB (Red+Green+Blue) = 146+99+208=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #9263D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263D0 is #6D9C2F. Grayscale: #7D7D7D. Windows color (decimal): -7183408 or 13656978. OLE color: 13656978.

HSL color Cylindrical-coordinate representation of color #9263D0: hue angle of 265.87º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9263D0 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14699208-
CMYK0.300.5200.18
HSL265.87º53.69%60.2%-
HSV(B)265.87º52.4%81.57%-
XYZ27.719.5962-
YUV125.48174.57142.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=32.23%
G=21.85%
B=45.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146992080.300.5200.18265.8753.6960.2
Hex9263D01E3401210a363c
Octal22214332036640224126674
Binary1001001011000111101000011110110100010010100001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9263D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9263D0; }

 p { color: rgb(146,99,208); }

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

<style>
 a { background-color: #9263D0; }

 a { background-color: rgb(146,99,208); }

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

<style>
 span { border-color: #9263D0; }

 span { border-color: rgb(146,99,208); }

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