Html Css Color HEX #9A6ECF Amethyst

📋 copy color: '#9A6ECF'

red 154 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #9A6ECF

Tints of Amethyst #9A6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 32.7%
G = 23.35%
B = 43.95%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A6ECF (or 0x9A6ECF) is known color: Amethyst. HEX triplet: 9A, 6E and CF. RGB value is (154,110,207). Sum of RGB (Red+Green+Blue) = 154+110+207=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECF is #659130. Grayscale: #858585. Windows color (decimal): -6656305 or 13594266. OLE color: 13594266.

HSL color Cylindrical-coordinate representation of color #9A6ECF: hue angle of 267.22º degrees, saturation: 0.5, 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 #9A6ECF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 110 207 -
CMYK 0.26 0.47 0 0.19
HSL 267.22º 0.5% 0.62% -
HSV(B) 267.22º 0.47% 0.81% -
XYZ 30.16 22.53 61.79 -
YUV 134.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 154 110 207 0.26 0.47 0 0.19 267.22 0.5 0.62
Hex 9A 6E CF 1A 2F 0 13 10B 32 3E
Octal 232 156 317 32 57 0 23 413 62 76
Binary 10011010 1101110 11001111 11010 101111 0 10011 100001011 110010 111110

Color Harmonies of #9A6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6ECF

Black with #9A6ECF

Text Example


Text Example

White with #9A6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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