Html Css Color HEX #9A6ACA Amethyst

📋 copy color: '#9A6ACA'

red 154 ◦ green 106 ◦ blue 202

#9A6ACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9A6ACA

Tints of Amethyst #9A6ACA

RGB

 RED value IS 154 (60.55% from 255) = 33.33%

 GREEN value IS 106 (41.8% from 255) = 22.94%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 33.33%
G = 22.94%
B = 43.72%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A6ACA (or 0x9A6ACA) is known color: Amethyst. HEX triplet: 9A, 6A and CA. RGB value is (154,106,202). Sum of RGB (Red+Green+Blue) = 154+106+202=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ACA is #659535. Grayscale: #828282. Windows color (decimal): -6657334 or 13265562. OLE color: 13265562.

HSL color Cylindrical-coordinate representation of color #9A6ACA: hue angle of 270º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A6ACA is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 106 202 -
CMYK 0.24 0.48 0 0.21
HSL 270º 0.48% 0.6% -
HSV(B) 270º 0.48% 0.79% -
XYZ 29.14 21.44 58.48 -
YUV 131.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 154 106 202 0.24 0.48 0 0.21 270 0.48 0.6
Hex 9A 6A CA 18 30 0 15 10E 30 3C
Octal 232 152 312 30 60 0 25 416 60 74
Binary 10011010 1101010 11001010 11000 110000 0 10101 100001110 110000 111100

Color Harmonies of #9A6ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ACA

Black with #9A6ACA

Text Example


Text Example

White with #9A6ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,202); }

 H1.HeaderClassName
 {
   color: #9A6ACA;
 }
 .AnyTagClassName
 {
   color: #9A6ACA;
 }
</style>

background-color css

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

 a { background-color: rgb(154,106,202); }

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

border-color css

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

 span { border-color: rgb(154,106,202); }

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