#9B68C6

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

Shades of Amethyst #9B68C6

Tints of Amethyst #9B68C6

Color information

#9B68C6 (or 0x9B68C6) is unknown color: approx Amethyst. HEX triplet: 9B, 68 and C6. RGB value is (155,104,198). Sum of RGB (Red+Green+Blue) = 155+104+198=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #9B68C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68C6 is #649739. Grayscale: #818181. Windows color (decimal): -6592314 or 13002907. OLE color: 13002907.

HSL color Cylindrical-coordinate representation of color #9B68C6: hue angle of 272.55º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B68C6 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155104198-
CMYK0.220.4700.22
HSL272.55º45.19%59.22%-
HSV(B)272.55º47.47%77.65%-
XYZ28.6620.9555.96-
YUV129.96166.4145.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=33.92%
G=22.76%
B=43.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551041980.220.4700.22272.5545.1959.22
Hex9B68C6162F0161112d3b
Octal23315030626570264215573
Binary1001101111010001100011010110101111010110100010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B68C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,198); }

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

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

 a { background-color: rgb(155,104,198); }

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

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

 span { border-color: rgb(155,104,198); }

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