Html Css Color HEX #9A5BD8 Amethyst

📋 copy color: '#9A5BD8'

red 154 ◦ green 91 ◦ blue 216

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

Shades of Amethyst #9A5BD8

Tints of Amethyst #9A5BD8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 33.41%
G = 19.74%
B = 46.85%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A5BD8 (or 0x9A5BD8) is known color: Amethyst. HEX triplet: 9A, 5B and D8. RGB value is (154,91,216). Sum of RGB (Red+Green+Blue) = 154+91+216=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A5BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BD8 is #65A427. Grayscale: #7B7B7B. Windows color (decimal): -6661160 or 14179226. OLE color: 14179226.

HSL color Cylindrical-coordinate representation of color #9A5BD8: hue angle of 270.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A5BD8 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 91 216 -
CMYK 0.29 0.58 0 0.15
HSL 270.24º 0.62% 0.6% -
HSV(B) 270.24º 0.58% 0.85% -
XYZ 29.46 19.31 67.14 -
YUV 124.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 154 91 216 0.29 0.58 0 0.15 270.24 0.62 0.6
Hex 9A 5B D8 1D 3A 0 F 10E 3E 3C
Octal 232 133 330 35 72 0 17 416 76 74
Binary 10011010 1011011 11011000 11101 111010 0 1111 100001110 111110 111100

Color Harmonies of #9A5BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5BD8

Black with #9A5BD8

Text Example


Text Example

White with #9A5BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,91,216); }

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

background-color css

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

 a { background-color: rgb(154,91,216); }

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

border-color css

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

 span { border-color: rgb(154,91,216); }

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