Html Css Color HEX #9E6EBF Amethyst

📋 copy color: '#9E6EBF'

red 158 ◦ green 110 ◦ blue 191

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

Shades of Amethyst #9E6EBF

Tints of Amethyst #9E6EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 34.42%
G = 23.97%
B = 41.61%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E6EBF (or 0x9E6EBF) is known color: Amethyst. HEX triplet: 9E, 6E and BF. RGB value is (158,110,191). Sum of RGB (Red+Green+Blue) = 158+110+191=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EBF is #619140. Grayscale: #858585. Windows color (decimal): -6394177 or 12545694. OLE color: 12545694.

HSL color Cylindrical-coordinate representation of color #9E6EBF: hue angle of 275.56º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E6EBF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 110 191 -
CMYK 0.17 0.42 0 0.25
HSL 275.56º 0.39% 0.59% -
HSV(B) 275.56º 0.42% 0.75% -
XYZ 29.08 22.18 52.04 -
YUV 133.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 158 110 191 0.17 0.42 0 0.25 275.56 0.39 0.59
Hex 9E 6E BF 11 2A 0 19 114 27 3B
Octal 236 156 277 21 52 0 31 424 47 73
Binary 10011110 1101110 10111111 10001 101010 0 11001 100010100 100111 111011

Color Harmonies of #9E6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6EBF

Black with #9E6EBF

Text Example


Text Example

White with #9E6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,191); }

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

background-color css

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

 a { background-color: rgb(158,110,191); }

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

border-color css

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

 span { border-color: rgb(158,110,191); }

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