Html Css Color HEX #9A5FCA Amethyst

📋 copy color: '#9A5FCA'

red 154 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #9A5FCA

Tints of Amethyst #9A5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.06%

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

R = 34.15%
G = 21.06%
B = 44.79%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A5FCA (or 0x9A5FCA) is known color: Amethyst. HEX triplet: 9A, 5F and CA. RGB value is (154,95,202). Sum of RGB (Red+Green+Blue) = 154+95+202=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FCA is #65A035. Grayscale: #7C7C7C. Windows color (decimal): -6660150 or 13262746. OLE color: 13262746.

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

Color convert

RGB 154 95 202 -
CMYK 0.24 0.53 0 0.21
HSL 273.08º 0.5% 0.58% -
HSV(B) 273.08º 0.53% 0.79% -
XYZ 28.08 19.32 58.13 -
YUV 124.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 154 95 202 0.24 0.53 0 0.21 273.08 0.5 0.58
Hex 9A 5F CA 18 35 0 15 111 32 3A
Octal 232 137 312 30 65 0 25 421 62 72
Binary 10011010 1011111 11001010 11000 110101 0 10101 100010001 110010 111010

Color Harmonies of #9A5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5FCA

Black with #9A5FCA

Text Example


Text Example

White with #9A5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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