#9269CE

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

Shades of Amethyst #9269CE

Tints of Amethyst #9269CE

Color information

#9269CE (or 0x9269CE) is unknown color: approx Amethyst. HEX triplet: 92, 69 and CE. RGB value is (146,105,206). Sum of RGB (Red+Green+Blue) = 146+105+206=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9269CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269CE is #6D9631. Grayscale: #808080. Windows color (decimal): -7181874 or 13527442. OLE color: 13527442.

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

Color convert

RGB146105206-
CMYK0.290.4900.19
HSL264.36º50.75%60.98%-
HSV(B)264.36º49.03%80.78%-
XYZ28.0520.6760.9-
YUV128.77171.58140.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=31.95%
G=22.98%
B=45.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461052060.290.4900.19264.3650.7560.98
Hex9269CE1D31013108333d
Octal22215131635610234106375
Binary1001001011010011100111011101110001010011100001000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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