Html Css Color HEX #9E68CF Amethyst

📋 copy color: '#9E68CF'

red 158 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #9E68CF

Tints of Amethyst #9E68CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

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

R = 33.69%
G = 22.17%
B = 44.14%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E68CF (or 0x9E68CF) is known color: Amethyst. HEX triplet: 9E, 68 and CF. RGB value is (158,104,207). Sum of RGB (Red+Green+Blue) = 158+104+207=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68CF is #619730. Grayscale: #838383. Windows color (decimal): -6395697 or 13592734. OLE color: 13592734.

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

Color convert

RGB 158 104 207 -
CMYK 0.24 0.50 0 0.19
HSL 271.46º 0.52% 0.61% -
HSV(B) 271.46º 0.5% 0.81% -
XYZ 30.31 21.67 61.62 -
YUV 131.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 158 104 207 0.24 0.50 0 0.19 271.46 0.52 0.61
Hex 9E 68 CF 18 32 0 13 10F 34 3D
Octal 236 150 317 30 62 0 23 417 64 75
Binary 10011110 1101000 11001111 11000 110010 0 10011 100001111 110100 111101

Color Harmonies of #9E68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68CF

Black with #9E68CF

Text Example


Text Example

White with #9E68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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