Html Css Color HEX #9A6ECE Amethyst

📋 copy color: '#9A6ECE'

red 154 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #9A6ECE

Tints of Amethyst #9A6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 32.77%
G = 23.4%
B = 43.83%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A6ECE (or 0x9A6ECE) is known color: Amethyst. HEX triplet: 9A, 6E and CE. RGB value is (154,110,206). Sum of RGB (Red+Green+Blue) = 154+110+206=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECE is #659131. Grayscale: #858585. Windows color (decimal): -6656306 or 13528730. OLE color: 13528730.

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

Color convert

RGB 154 110 206 -
CMYK 0.25 0.47 0 0.19
HSL 267.5º 0.49% 0.62% -
HSV(B) 267.5º 0.47% 0.81% -
XYZ 30.04 22.48 61.15 -
YUV 134.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 154 110 206 0.25 0.47 0 0.19 267.5 0.49 0.62
Hex 9A 6E CE 19 2F 0 13 10C 31 3E
Octal 232 156 316 31 57 0 23 414 61 76
Binary 10011010 1101110 11001110 11001 101111 0 10011 100001100 110001 111110

Color Harmonies of #9A6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ECE

Black with #9A6ECE

Text Example


Text Example

White with #9A6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,110,206); }

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

background-color css

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

 a { background-color: rgb(154,110,206); }

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

border-color css

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

 span { border-color: rgb(154,110,206); }

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