Html Css Color HEX #9A51DD Amethyst

📋 copy color: '#9A51DD'

red 154 ◦ green 81 ◦ blue 221

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

Shades of Amethyst #9A51DD

Tints of Amethyst #9A51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

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

R = 33.77%
G = 17.76%
B = 48.46%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A51DD (or 0x9A51DD) is known color: Amethyst. HEX triplet: 9A, 51 and DD. RGB value is (154,81,221). Sum of RGB (Red+Green+Blue) = 154+81+221=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A51DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51DD is #65AE22. Grayscale: #767676. Windows color (decimal): -6663715 or 14504346. OLE color: 14504346.

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

Color convert

RGB 154 81 221 -
CMYK 0.30 0.63 0 0.13
HSL 271.29º 0.67% 0.59% -
HSV(B) 271.29º 0.63% 0.87% -
XYZ 29.32 17.98 70.33 -
YUV 118.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 154 81 221 0.30 0.63 0 0.13 271.29 0.67 0.59
Hex 9A 51 DD 1E 3F 0 D 10F 43 3B
Octal 232 121 335 36 77 0 15 417 103 73
Binary 10011010 1010001 11011101 11110 111111 0 1101 100001111 1000011 111011

Color Harmonies of #9A51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51DD

Black with #9A51DD

Text Example


Text Example

White with #9A51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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