Html Css Color HEX #9E6BC5 Amethyst

📋 copy color: '#9E6BC5'

red 158 ◦ green 107 ◦ blue 197

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

Shades of Amethyst #9E6BC5

Tints of Amethyst #9E6BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.64%

R = 34.2%
G = 23.16%
B = 42.64%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9E6BC5 (or 0x9E6BC5) is known color: Amethyst. HEX triplet: 9E, 6B and C5. RGB value is (158,107,197). Sum of RGB (Red+Green+Blue) = 158+107+197=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #9E6BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BC5 is #61943A. Grayscale: #848484. Windows color (decimal): -6394939 or 12938142. OLE color: 12938142.

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

Color convert

RGB 158 107 197 -
CMYK 0.20 0.46 0 0.23
HSL 274º 0.44% 0.6% -
HSV(B) 274º 0.46% 0.77% -
XYZ 29.44 21.82 55.48 -
YUV 132.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 158 107 197 0.20 0.46 0 0.23 274 0.44 0.6
Hex 9E 6B C5 14 2E 0 17 112 2C 3C
Octal 236 153 305 24 56 0 27 422 54 74
Binary 10011110 1101011 11000101 10100 101110 0 10111 100010010 101100 111100

Color Harmonies of #9E6BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BC5

Black with #9E6BC5

Text Example


Text Example

White with #9E6BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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