Html Css Color HEX #9E61DA Amethyst

📋 copy color: '#9E61DA'

red 158 ◦ green 97 ◦ blue 218

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

Shades of Amethyst #9E61DA

Tints of Amethyst #9E61DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 33.4%
G = 20.51%
B = 46.09%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E61DA (or 0x9E61DA) is known color: Amethyst. HEX triplet: 9E, 61 and DA. RGB value is (158,97,218). Sum of RGB (Red+Green+Blue) = 158+97+218=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E61DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E61DA is #619E25. Grayscale: #808080. Windows color (decimal): -6397478 or 14311838. OLE color: 14311838.

HSL color Cylindrical-coordinate representation of color #9E61DA: hue angle of 270.25º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E61DA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 97 218 -
CMYK 0.28 0.56 0 0.15
HSL 270.25º 0.62% 0.62% -
HSV(B) 270.25º 0.56% 0.85% -
XYZ 31.03 20.88 68.72 -
YUV 129.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 158 97 218 0.28 0.56 0 0.15 270.25 0.62 0.62
Hex 9E 61 DA 1C 38 0 F 10E 3E 3E
Octal 236 141 332 34 70 0 17 416 76 76
Binary 10011110 1100001 11011010 11100 111000 0 1111 100001110 111110 111110

Color Harmonies of #9E61DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E61DA

Black with #9E61DA

Text Example


Text Example

White with #9E61DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,97,218); }

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

background-color css

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

 a { background-color: rgb(158,97,218); }

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

border-color css

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

 span { border-color: rgb(158,97,218); }

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