Html Css Color HEX #9E6BBE Amethyst

📋 copy color: '#9E6BBE'

red 158 ◦ green 107 ◦ blue 190

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

Shades of Amethyst #9E6BBE

Tints of Amethyst #9E6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.52%

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 34.73%
G = 23.52%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E6BBE (or 0x9E6BBE) is known color: Amethyst. HEX triplet: 9E, 6B and BE. RGB value is (158,107,190). Sum of RGB (Red+Green+Blue) = 158+107+190=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BBE is #619441. Grayscale: #838383. Windows color (decimal): -6394946 or 12479390. OLE color: 12479390.

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

Color convert

RGB 158 107 190 -
CMYK 0.17 0.44 0 0.25
HSL 276.87º 0.39% 0.58% -
HSV(B) 276.87º 0.44% 0.75% -
XYZ 28.65 21.5 51.36 -
YUV 131.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 158 107 190 0.17 0.44 0 0.25 276.87 0.39 0.58
Hex 9E 6B BE 11 2C 0 19 115 27 3A
Octal 236 153 276 21 54 0 31 425 47 72
Binary 10011110 1101011 10111110 10001 101100 0 11001 100010101 100111 111010

Color Harmonies of #9E6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BBE

Black with #9E6BBE

Text Example


Text Example

White with #9E6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,107,190); }

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

background-color css

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

 a { background-color: rgb(158,107,190); }

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

border-color css

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

 span { border-color: rgb(158,107,190); }

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