Html Css Color HEX #9A4BDD Amethyst

📋 copy color: '#9A4BDD'

red 154 ◦ green 75 ◦ blue 221

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

Shades of Amethyst #9A4BDD

Tints of Amethyst #9A4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 34.22%
G = 16.67%
B = 49.11%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A4BDD (or 0x9A4BDD) is known color: Amethyst. HEX triplet: 9A, 4B and DD. RGB value is (154,75,221). Sum of RGB (Red+Green+Blue) = 154+75+221=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A4BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4BDD is #65B422. Grayscale: #727272. Windows color (decimal): -6665251 or 14502810. OLE color: 14502810.

HSL color Cylindrical-coordinate representation of color #9A4BDD: hue angle of 272.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A4BDD is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 75 221 -
CMYK 0.30 0.66 0 0.13
HSL 272.47º 0.68% 0.58% -
HSV(B) 272.47º 0.66% 0.87% -
XYZ 28.89 17.12 70.19 -
YUV 115.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 154 75 221 0.30 0.66 0 0.13 272.47 0.68 0.58
Hex 9A 4B DD 1E 42 0 D 110 44 3A
Octal 232 113 335 36 102 0 15 420 104 72
Binary 10011010 1001011 11011101 11110 1000010 0 1101 100010000 1000100 111010

Color Harmonies of #9A4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4BDD

Black with #9A4BDD

Text Example


Text Example

White with #9A4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,75,221); }

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

background-color css

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

 a { background-color: rgb(154,75,221); }

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

border-color css

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

 span { border-color: rgb(154,75,221); }

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