Html Css Color HEX #9F6EC6 Amethyst

📋 copy color: '#9F6EC6'

red 159 ◦ green 110 ◦ blue 198

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

Shades of Amethyst #9F6EC6

Tints of Amethyst #9F6EC6

RGB

 RED value IS 159 (62.5% from 255) = 34.05%

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

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 34.05%
G = 23.55%
B = 42.4%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F6EC6 (or 0x9F6EC6) is known color: Amethyst. HEX triplet: 9F, 6E and C6. RGB value is (159,110,198). Sum of RGB (Red+Green+Blue) = 159+110+198=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F6EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EC6 is #609139. Grayscale: #868686. Windows color (decimal): -6328634 or 13004447. OLE color: 13004447.

HSL color Cylindrical-coordinate representation of color #9F6EC6: hue angle of 273.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F6EC6 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 110 198 -
CMYK 0.20 0.44 0 0.22
HSL 273.41º 0.44% 0.6% -
HSV(B) 273.41º 0.44% 0.78% -
XYZ 30.07 22.6 56.2 -
YUV 134.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 159 110 198 0.20 0.44 0 0.22 273.41 0.44 0.6
Hex 9F 6E C6 14 2C 0 16 111 2C 3C
Octal 237 156 306 24 54 0 26 421 54 74
Binary 10011111 1101110 11000110 10100 101100 0 10110 100010001 101100 111100

Color Harmonies of #9F6EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6EC6

Black with #9F6EC6

Text Example


Text Example

White with #9F6EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,110,198); }

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

background-color css

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

 a { background-color: rgb(159,110,198); }

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

border-color css

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

 span { border-color: rgb(159,110,198); }

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