Html Css Color HEX #9E6CBE Amethyst

📋 copy color: '#9E6CBE'

red 158 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #9E6CBE

Tints of Amethyst #9E6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.68%

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

R = 34.65%
G = 23.68%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E6CBE (or 0x9E6CBE) is known color: Amethyst. HEX triplet: 9E, 6C and BE. RGB value is (158,108,190). Sum of RGB (Red+Green+Blue) = 158+108+190=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CBE is #619341. Grayscale: #848484. Windows color (decimal): -6394690 or 12479646. OLE color: 12479646.

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

Color convert

RGB 158 108 190 -
CMYK 0.17 0.43 0 0.25
HSL 276.59º 0.39% 0.58% -
HSV(B) 276.59º 0.43% 0.75% -
XYZ 28.76 21.71 51.39 -
YUV 132.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 158 108 190 0.17 0.43 0 0.25 276.59 0.39 0.58
Hex 9E 6C BE 11 2B 0 19 115 27 3A
Octal 236 154 276 21 53 0 31 425 47 72
Binary 10011110 1101100 10111110 10001 101011 0 11001 100010101 100111 111010

Color Harmonies of #9E6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CBE

Black with #9E6CBE

Text Example


Text Example

White with #9E6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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