#9A68CC

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

Shades of Amethyst #9A68CC

Tints of Amethyst #9A68CC

Color information

#9A68CC (or 0x9A68CC) is unknown color: approx Amethyst. HEX triplet: 9A, 68 and CC. RGB value is (154,104,204). Sum of RGB (Red+Green+Blue) = 154+104+204=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68CC is #659733. Grayscale: #828282. Windows color (decimal): -6657844 or 13396122. OLE color: 13396122.

HSL color Cylindrical-coordinate representation of color #9A68CC: hue angle of 270º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A68CC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB154104204-
CMYK0.250.4900.2
HSL270º49.5%60.39%-
HSV(B)270º49.02%80%-
XYZ29.1821.1359.67-
YUV130.35169.56144.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=33.33%
G=22.51%
B=44.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541042040.250.4900.227049.560.39
Hex9A68CC193101410e323c
Octal23215031431610244166274
Binary1001101011010001100110011001110001010100100001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A68CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,104,204); }

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

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

 a { background-color: rgb(154,104,204); }

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

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

 span { border-color: rgb(154,104,204); }

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