Html Css Color HEX #9E6ACB Amethyst

📋 copy color: '#9E6ACB'

red 158 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #9E6ACB

Tints of Amethyst #9E6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 33.83%
G = 22.7%
B = 43.47%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E6ACB (or 0x9E6ACB) is known color: Amethyst. HEX triplet: 9E, 6A and CB. RGB value is (158,106,203). Sum of RGB (Red+Green+Blue) = 158+106+203=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ACB is #619534. Grayscale: #848484. Windows color (decimal): -6395189 or 13331102. OLE color: 13331102.

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

Color convert

RGB 158 106 203 -
CMYK 0.22 0.48 0 0.20
HSL 272.16º 0.48% 0.61% -
HSV(B) 272.16º 0.48% 0.8% -
XYZ 30.03 21.89 59.14 -
YUV 132.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 158 106 203 0.22 0.48 0 0.20 272.16 0.48 0.61
Hex 9E 6A CB 16 30 0 14 110 30 3D
Octal 236 152 313 26 60 0 24 420 60 75
Binary 10011110 1101010 11001011 10110 110000 0 10100 100010000 110000 111101

Color Harmonies of #9E6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ACB

Black with #9E6ACB

Text Example


Text Example

White with #9E6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,106,203); }

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

background-color css

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

 a { background-color: rgb(158,106,203); }

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

border-color css

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

 span { border-color: rgb(158,106,203); }

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