Html Css Color HEX #9A5BDA Amethyst

📋 copy color: '#9A5BDA'

red 154 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #9A5BDA

Tints of Amethyst #9A5BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 33.26%
G = 19.65%
B = 47.08%

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

#9A5BDA (or 0x9A5BDA) is known color: Amethyst. HEX triplet: 9A, 5B and DA. RGB value is (154,91,218). Sum of RGB (Red+Green+Blue) = 154+91+218=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A5BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BDA is #65A425. Grayscale: #7B7B7B. Windows color (decimal): -6661158 or 14310298. OLE color: 14310298.

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

Color convert

RGB 154 91 218 -
CMYK 0.29 0.58 0 0.15
HSL 269.76º 0.63% 0.61% -
HSV(B) 269.76º 0.58% 0.85% -
XYZ 29.72 19.41 68.51 -
YUV 124.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 154 91 218 0.29 0.58 0 0.15 269.76 0.63 0.61
Hex 9A 5B DA 1D 3A 0 F 10E 3F 3D
Octal 232 133 332 35 72 0 17 416 77 75
Binary 10011010 1011011 11011010 11101 111010 0 1111 100001110 111111 111101

Color Harmonies of #9A5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5BDA

Black with #9A5BDA

Text Example


Text Example

White with #9A5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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