Html Css Color HEX #9E6FCF Amethyst

📋 copy color: '#9E6FCF'

red 158 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #9E6FCF

Tints of Amethyst #9E6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

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

R = 33.19%
G = 23.32%
B = 43.49%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6FCF (or 0x9E6FCF) is known color: Amethyst. HEX triplet: 9E, 6F and CF. RGB value is (158,111,207). Sum of RGB (Red+Green+Blue) = 158+111+207=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FCF is #619030. Grayscale: #878787. Windows color (decimal): -6393905 or 13594526. OLE color: 13594526.

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

Color convert

RGB 158 111 207 -
CMYK 0.24 0.46 0 0.19
HSL 269.38º 0.5% 0.62% -
HSV(B) 269.38º 0.46% 0.81% -
XYZ 31.05 23.14 61.86 -
YUV 136 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 158 111 207 0.24 0.46 0 0.19 269.38 0.5 0.62
Hex 9E 6F CF 18 2E 0 13 10D 32 3E
Octal 236 157 317 30 56 0 23 415 62 76
Binary 10011110 1101111 11001111 11000 101110 0 10011 100001101 110010 111110

Color Harmonies of #9E6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FCF

Black with #9E6FCF

Text Example


Text Example

White with #9E6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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