#9B69BE

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

Shades of Amethyst #9B69BE

Tints of Amethyst #9B69BE

Color information

#9B69BE (or 0x9B69BE) is unknown color: approx Amethyst. HEX triplet: 9B, 69 and BE. RGB value is (155,105,190). Sum of RGB (Red+Green+Blue) = 155+105+190=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69BE is #649641. Grayscale: #818181. Windows color (decimal): -6592066 or 12478875. OLE color: 12478875.

HSL color Cylindrical-coordinate representation of color #9B69BE: hue angle of 275.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B69BE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155105190-
CMYK0.180.4500.25
HSL275.29º39.53%57.84%-
HSV(B)275.29º44.74%74.51%-
XYZ27.8620.7951.26-
YUV129.64162.06146.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=34.44%
G=23.33%
B=42.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551051900.180.4500.25275.2939.5357.84
Hex9B69BE122D019113283a
Octal23315127622550314235072
Binary1001101111010011011111010010101101011001100010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,105,190); }

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

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

 a { background-color: rgb(155,105,190); }

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

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

 span { border-color: rgb(155,105,190); }

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