Html Css Color HEX #9E6FCD Amethyst

📋 copy color: '#9E6FCD'

red 158 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #9E6FCD

Tints of Amethyst #9E6FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 33.33%
G = 23.42%
B = 43.25%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E6FCD (or 0x9E6FCD) is known color: Amethyst. HEX triplet: 9E, 6F and CD. RGB value is (158,111,205). Sum of RGB (Red+Green+Blue) = 158+111+205=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FCD is #619032. Grayscale: #878787. Windows color (decimal): -6393907 or 13463454. OLE color: 13463454.

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

Color convert

RGB 158 111 205 -
CMYK 0.23 0.46 0 0.20
HSL 270º 0.48% 0.62% -
HSV(B) 270º 0.46% 0.8% -
XYZ 30.8 23.05 60.58 -
YUV 135.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 158 111 205 0.23 0.46 0 0.20 270 0.48 0.62
Hex 9E 6F CD 17 2E 0 14 10E 30 3E
Octal 236 157 315 27 56 0 24 416 60 76
Binary 10011110 1101111 11001101 10111 101110 0 10100 100001110 110000 111110

Color Harmonies of #9E6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FCD

Black with #9E6FCD

Text Example


Text Example

White with #9E6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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