#9B69C0

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

Shades of Amethyst #9B69C0

Tints of Amethyst #9B69C0

Color information

#9B69C0 (or 0x9B69C0) is unknown color: approx Amethyst. HEX triplet: 9B, 69 and C0. RGB value is (155,105,192). Sum of RGB (Red+Green+Blue) = 155+105+192=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B69C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69C0 is #64963F. Grayscale: #818181. Windows color (decimal): -6592064 or 12609947. OLE color: 12609947.

HSL color Cylindrical-coordinate representation of color #9B69C0: hue angle of 274.48º degrees, saturation: 0.41, 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 #9B69C0 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155105192-
CMYK0.190.4500.25
HSL274.48º40.85%58.24%-
HSV(B)274.48º45.31%75.29%-
XYZ28.0820.8852.42-
YUV129.87163.06145.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=34.29%
G=23.23%
B=42.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551051920.190.4500.25274.4840.8558.24
Hex9B69C0132D019112293a
Octal23315130023550314225172
Binary1001101111010011100000010011101101011001100010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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