Html Css Color HEX #9A6FCF Amethyst

📋 copy color: '#9A6FCF'

red 154 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #9A6FCF

Tints of Amethyst #9A6FCF

RGB

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

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

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

R = 32.63%
G = 23.52%
B = 43.86%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A6FCF (or 0x9A6FCF) is known color: Amethyst. HEX triplet: 9A, 6F and CF. RGB value is (154,111,207). Sum of RGB (Red+Green+Blue) = 154+111+207=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FCF is #659030. Grayscale: #868686. Windows color (decimal): -6656049 or 13594522. OLE color: 13594522.

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

Color convert

RGB 154 111 207 -
CMYK 0.26 0.46 0 0.19
HSL 266.88º 0.5% 0.62% -
HSV(B) 266.88º 0.46% 0.81% -
XYZ 30.27 22.74 61.83 -
YUV 134.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 154 111 207 0.26 0.46 0 0.19 266.88 0.5 0.62
Hex 9A 6F CF 1A 2E 0 13 10B 32 3E
Octal 232 157 317 32 56 0 23 413 62 76
Binary 10011010 1101111 11001111 11010 101110 0 10011 100001011 110010 111110

Color Harmonies of #9A6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FCF

Black with #9A6FCF

Text Example


Text Example

White with #9A6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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