Html Css Color HEX #9A51DB Amethyst

📋 copy color: '#9A51DB'

red 154 ◦ green 81 ◦ blue 219

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

Shades of Amethyst #9A51DB

Tints of Amethyst #9A51DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 33.92%
G = 17.84%
B = 48.24%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A51DB (or 0x9A51DB) is known color: Amethyst. HEX triplet: 9A, 51 and DB. RGB value is (154,81,219). Sum of RGB (Red+Green+Blue) = 154+81+219=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51DB is #65AE24. Grayscale: #767676. Windows color (decimal): -6663717 or 14373274. OLE color: 14373274.

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

Color convert

RGB 154 81 219 -
CMYK 0.30 0.63 0 0.14
HSL 271.74º 0.66% 0.59% -
HSV(B) 271.74º 0.63% 0.86% -
XYZ 29.06 17.87 68.94 -
YUV 118.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 154 81 219 0.30 0.63 0 0.14 271.74 0.66 0.59
Hex 9A 51 DB 1E 3F 0 E 110 42 3B
Octal 232 121 333 36 77 0 16 420 102 73
Binary 10011010 1010001 11011011 11110 111111 0 1110 100010000 1000010 111011

Color Harmonies of #9A51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51DB

Black with #9A51DB

Text Example


Text Example

White with #9A51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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