#9269CD

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

Shades of Amethyst #9269CD

Tints of Amethyst #9269CD

Color information

#9269CD (or 0x9269CD) is unknown color: approx Amethyst. HEX triplet: 92, 69 and CD. RGB value is (146,105,205). Sum of RGB (Red+Green+Blue) = 146+105+205=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #9269CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269CD is #6D9632. Grayscale: #808080. Windows color (decimal): -7181875 or 13461906. OLE color: 13461906.

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

Color convert

RGB146105205-
CMYK0.290.4900.20
HSL264.6º50%60.78%-
HSV(B)264.6º48.78%80.39%-
XYZ27.9320.6260.27-
YUV128.66171.08140.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.02%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=32.02%
G=23.03%
B=44.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461052050.290.4900.20264.65060.78
Hex9269CD1D31014109323d
Octal22215131535610244116275
Binary1001001011010011100110111101110001010100100001001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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