Html Css Color HEX #9E6FC6 Amethyst

📋 copy color: '#9E6FC6'

red 158 ◦ green 111 ◦ blue 198

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

Shades of Amethyst #9E6FC6

Tints of Amethyst #9E6FC6

RGB

 RED value IS 158 (62.11% from 255) = 33.83%

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

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

R = 33.83%
G = 23.77%
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

#9E6FC6 (or 0x9E6FC6) is known color: Amethyst. HEX triplet: 9E, 6F and C6. RGB value is (158,111,198). Sum of RGB (Red+Green+Blue) = 158+111+198=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 111 (43.75% from 255 or 23.77% 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 #9E6FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FC6 is #619039. Grayscale: #868686. Windows color (decimal): -6393914 or 13004702. OLE color: 13004702.

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

Color convert

RGB 158 111 198 -
CMYK 0.20 0.44 0 0.22
HSL 272.41º 0.43% 0.61% -
HSV(B) 272.41º 0.44% 0.78% -
XYZ 29.98 22.72 56.23 -
YUV 134.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 158 111 198 0.20 0.44 0 0.22 272.41 0.43 0.61
Hex 9E 6F C6 14 2C 0 16 110 2B 3D
Octal 236 157 306 24 54 0 26 420 53 75
Binary 10011110 1101111 11000110 10100 101100 0 10110 100010000 101011 111101

Color Harmonies of #9E6FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FC6

Black with #9E6FC6

Text Example


Text Example

White with #9E6FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,111,198); }

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

background-color css

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

 a { background-color: rgb(158,111,198); }

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

border-color css

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

 span { border-color: rgb(158,111,198); }

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