Html Css Color HEX #9E6ACF Amethyst

📋 copy color: '#9E6ACF'

red 158 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #9E6ACF

Tints of Amethyst #9E6ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 33.55%
G = 22.51%
B = 43.95%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6ACF (or 0x9E6ACF) is known color: Amethyst. HEX triplet: 9E, 6A and CF. RGB value is (158,106,207). Sum of RGB (Red+Green+Blue) = 158+106+207=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ACF is #619530. Grayscale: #848484. Windows color (decimal): -6395185 or 13593246. OLE color: 13593246.

HSL color Cylindrical-coordinate representation of color #9E6ACF: hue angle of 270.89º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E6ACF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 106 207 -
CMYK 0.24 0.49 0 0.19
HSL 270.89º 0.51% 0.61% -
HSV(B) 270.89º 0.49% 0.81% -
XYZ 30.52 22.08 61.69 -
YUV 133.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 158 106 207 0.24 0.49 0 0.19 270.89 0.51 0.61
Hex 9E 6A CF 18 31 0 13 10F 33 3D
Octal 236 152 317 30 61 0 23 417 63 75
Binary 10011110 1101010 11001111 11000 110001 0 10011 100001111 110011 111101

Color Harmonies of #9E6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6ACF

Black with #9E6ACF

Text Example


Text Example

White with #9E6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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