Html Css Color HEX #9E62DA Amethyst

📋 copy color: '#9E62DA'

red 158 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #9E62DA

Tints of Amethyst #9E62DA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.68%

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

R = 33.33%
G = 20.68%
B = 45.99%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E62DA (or 0x9E62DA) is known color: Amethyst. HEX triplet: 9E, 62 and DA. RGB value is (158,98,218). Sum of RGB (Red+Green+Blue) = 158+98+218=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E62DA is #619D25. Grayscale: #818181. Windows color (decimal): -6397222 or 14312094. OLE color: 14312094.

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

Color convert

RGB 158 98 218 -
CMYK 0.28 0.55 0 0.15
HSL 270º 0.62% 0.62% -
HSV(B) 270º 0.55% 0.85% -
XYZ 31.12 21.07 68.76 -
YUV 129.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 158 98 218 0.28 0.55 0 0.15 270 0.62 0.62
Hex 9E 62 DA 1C 37 0 F 10E 3E 3E
Octal 236 142 332 34 67 0 17 416 76 76
Binary 10011110 1100010 11011010 11100 110111 0 1111 100001110 111110 111110

Color Harmonies of #9E62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E62DA

Black with #9E62DA

Text Example


Text Example

White with #9E62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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