Html Css Color HEX #9A6FD3 Amethyst

📋 copy color: '#9A6FD3'

red 154 ◦ green 111 ◦ blue 211

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

Shades of Amethyst #9A6FD3

Tints of Amethyst #9A6FD3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

 BLUE value IS 211 (82.81% from 255) = 44.33%

R = 32.35%
G = 23.32%
B = 44.33%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9A6FD3 (or 0x9A6FD3) is known color: Amethyst. HEX triplet: 9A, 6F and D3. RGB value is (154,111,211). Sum of RGB (Red+Green+Blue) = 154+111+211=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A6FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FD3 is #65902C. Grayscale: #868686. Windows color (decimal): -6656045 or 13856666. OLE color: 13856666.

HSL color Cylindrical-coordinate representation of color #9A6FD3: hue angle of 265.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6FD3 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 111 211 -
CMYK 0.27 0.47 0 0.17
HSL 265.8º 0.53% 0.63% -
HSV(B) 265.8º 0.47% 0.83% -
XYZ 30.77 22.94 64.43 -
YUV 135.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 154 111 211 0.27 0.47 0 0.17 265.8 0.53 0.63
Hex 9A 6F D3 1B 2F 0 11 10A 35 3F
Octal 232 157 323 33 57 0 21 412 65 77
Binary 10011010 1101111 11010011 11011 101111 0 10001 100001010 110101 111111

Color Harmonies of #9A6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FD3

Black with #9A6FD3

Text Example


Text Example

White with #9A6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,111,211); }

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

background-color css

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

 a { background-color: rgb(154,111,211); }

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

border-color css

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

 span { border-color: rgb(154,111,211); }

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