Html Css Color HEX #9E6CCF Amethyst

📋 copy color: '#9E6CCF'

red 158 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #9E6CCF

Tints of Amethyst #9E6CCF

RGB

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

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

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

R = 33.4%
G = 22.83%
B = 43.76%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E6CCF (or 0x9E6CCF) is known color: Amethyst. HEX triplet: 9E, 6C and CF. RGB value is (158,108,207). Sum of RGB (Red+Green+Blue) = 158+108+207=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CCF is #619330. Grayscale: #858585. Windows color (decimal): -6394673 or 13593758. OLE color: 13593758.

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

Color convert

RGB 158 108 207 -
CMYK 0.24 0.48 0 0.19
HSL 270.3º 0.51% 0.62% -
HSV(B) 270.3º 0.48% 0.81% -
XYZ 30.73 22.5 61.75 -
YUV 134.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 158 108 207 0.24 0.48 0 0.19 270.3 0.51 0.62
Hex 9E 6C CF 18 30 0 13 10E 33 3E
Octal 236 154 317 30 60 0 23 416 63 76
Binary 10011110 1101100 11001111 11000 110000 0 10011 100001110 110011 111110

Color Harmonies of #9E6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CCF

Black with #9E6CCF

Text Example


Text Example

White with #9E6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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