Html Css Color HEX #9A5DCD Amethyst

📋 copy color: '#9A5DCD'

red 154 ◦ green 93 ◦ blue 205

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

Shades of Amethyst #9A5DCD

Tints of Amethyst #9A5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 34.07%
G = 20.58%
B = 45.35%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A5DCD (or 0x9A5DCD) is known color: Amethyst. HEX triplet: 9A, 5D and CD. RGB value is (154,93,205). Sum of RGB (Red+Green+Blue) = 154+93+205=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5DCD is #65A232. Grayscale: #7B7B7B. Windows color (decimal): -6660659 or 13458842. OLE color: 13458842.

HSL color Cylindrical-coordinate representation of color #9A5DCD: hue angle of 272.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5DCD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 93 205 -
CMYK 0.25 0.55 0 0.20
HSL 272.68º 0.53% 0.58% -
HSV(B) 272.68º 0.55% 0.8% -
XYZ 28.26 19.11 59.96 -
YUV 124.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 154 93 205 0.25 0.55 0 0.20 272.68 0.53 0.58
Hex 9A 5D CD 19 37 0 14 111 35 3A
Octal 232 135 315 31 67 0 24 421 65 72
Binary 10011010 1011101 11001101 11001 110111 0 10100 100010001 110101 111010

Color Harmonies of #9A5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5DCD

Black with #9A5DCD

Text Example


Text Example

White with #9A5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,93,205); }

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

background-color css

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

 a { background-color: rgb(154,93,205); }

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

border-color css

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

 span { border-color: rgb(154,93,205); }

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