Html Css Color HEX #9A5DCC Amethyst

📋 copy color: '#9A5DCC'

red 154 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #9A5DCC

Tints of Amethyst #9A5DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 34.15%
G = 20.62%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A5DCC (or 0x9A5DCC) is known color: Amethyst. HEX triplet: 9A, 5D and CC. RGB value is (154,93,204). Sum of RGB (Red+Green+Blue) = 154+93+204=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5DCC is #65A233. Grayscale: #7B7B7B. Windows color (decimal): -6660660 or 13393306. OLE color: 13393306.

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

Color convert

RGB 154 93 204 -
CMYK 0.25 0.54 0 0.2
HSL 272.97º 0.52% 0.58% -
HSV(B) 272.97º 0.54% 0.8% -
XYZ 28.14 19.06 59.32 -
YUV 123.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 154 93 204 0.25 0.54 0 0.2 272.97 0.52 0.58
Hex 9A 5D CC 19 36 0 14 111 34 3A
Octal 232 135 314 31 66 0 24 421 64 72
Binary 10011010 1011101 11001100 11001 110110 0 10100 100010001 110100 111010

Color Harmonies of #9A5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5DCC

Black with #9A5DCC

Text Example


Text Example

White with #9A5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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