Html Css Color HEX #9A6DCD Amethyst

📋 copy color: '#9A6DCD'

red 154 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #9A6DCD

Tints of Amethyst #9A6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

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

R = 32.91%
G = 23.29%
B = 43.8%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A6DCD (or 0x9A6DCD) is known color: Amethyst. HEX triplet: 9A, 6D and CD. RGB value is (154,109,205). Sum of RGB (Red+Green+Blue) = 154+109+205=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DCD is #659232. Grayscale: #858585. Windows color (decimal): -6656563 or 13462938. OLE color: 13462938.

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

Color convert

RGB 154 109 205 -
CMYK 0.25 0.47 0 0.20
HSL 268.13º 0.49% 0.62% -
HSV(B) 268.13º 0.47% 0.8% -
XYZ 29.81 22.22 60.47 -
YUV 133.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 154 109 205 0.25 0.47 0 0.20 268.13 0.49 0.62
Hex 9A 6D CD 19 2F 0 14 10C 31 3E
Octal 232 155 315 31 57 0 24 414 61 76
Binary 10011010 1101101 11001101 11001 101111 0 10100 100001100 110001 111110

Color Harmonies of #9A6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6DCD

Black with #9A6DCD

Text Example


Text Example

White with #9A6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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