Html Css Color HEX #9A4FE5 Amethyst

📋 copy color: '#9A4FE5'

red 154 ◦ green 79 ◦ blue 229

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

Shades of Amethyst #9A4FE5

Tints of Amethyst #9A4FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 229 (89.84% from 255) = 49.57%

R = 33.33%
G = 17.1%
B = 49.57%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A4FE5 (or 0x9A4FE5) is known color: Amethyst. HEX triplet: 9A, 4F and E5. RGB value is (154,79,229). Sum of RGB (Red+Green+Blue) = 154+79+229=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A4FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4FE5 is #65B01A. Grayscale: #767676. Windows color (decimal): -6664219 or 15028122. OLE color: 15028122.

HSL color Cylindrical-coordinate representation of color #9A4FE5: hue angle of 270º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A4FE5 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 79 229 -
CMYK 0.33 0.66 0 0.10
HSL 270º 0.74% 0.6% -
HSV(B) 270º 0.66% 0.9% -
XYZ 30.27 18.12 76.03 -
YUV 118.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 154 79 229 0.33 0.66 0 0.10 270 0.74 0.6
Hex 9A 4F E5 21 42 0 A 10E 4A 3C
Octal 232 117 345 41 102 0 12 416 112 74
Binary 10011010 1001111 11100101 100001 1000010 0 1010 100001110 1001010 111100

Color Harmonies of #9A4FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4FE5

Black with #9A4FE5

Text Example


Text Example

White with #9A4FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,79,229); }

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

background-color css

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

 a { background-color: rgb(154,79,229); }

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

border-color css

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

 span { border-color: rgb(154,79,229); }

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