#9263CD

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

Shades of Amethyst #9263CD

Tints of Amethyst #9263CD

Color information

#9263CD (or 0x9263CD) is unknown color: approx Amethyst. HEX triplet: 92, 63 and CD. RGB value is (146,99,205). Sum of RGB (Red+Green+Blue) = 146+99+205=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #9263CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263CD is #6D9C32. Grayscale: #7C7C7C. Windows color (decimal): -7183411 or 13460370. OLE color: 13460370.

HSL color Cylindrical-coordinate representation of color #9263CD: hue angle of 266.6º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9263CD is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14699205-
CMYK0.290.5200.20
HSL266.6º51.46%59.61%-
HSV(B)266.6º51.71%80.39%-
XYZ27.3419.4460.07-
YUV125.14173.07142.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=32.44%
G=22%
B=45.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146992050.290.5200.20266.651.4659.61
Hex9263CD1D3401410b333c
Octal22214331535640244136374
Binary1001001011000111100110111101110100010100100001011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9263CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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