Html Css Color HEX #9E67D6 Amethyst

📋 copy color: '#9E67D6'

red 158 ◦ green 103 ◦ blue 214

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

Shades of Amethyst #9E67D6

Tints of Amethyst #9E67D6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.68%

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 33.26%
G = 21.68%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E67D6 (or 0x9E67D6) is known color: Amethyst. HEX triplet: 9E, 67 and D6. RGB value is (158,103,214). Sum of RGB (Red+Green+Blue) = 158+103+214=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E67D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E67D6 is #619829. Grayscale: #838383. Windows color (decimal): -6395946 or 14051230. OLE color: 14051230.

HSL color Cylindrical-coordinate representation of color #9E67D6: hue angle of 269.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E67D6 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 103 214 -
CMYK 0.26 0.52 0 0.16
HSL 269.73º 0.58% 0.62% -
HSV(B) 269.73º 0.52% 0.84% -
XYZ 31.09 21.82 66.19 -
YUV 132.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 158 103 214 0.26 0.52 0 0.16 269.73 0.58 0.62
Hex 9E 67 D6 1A 34 0 10 10E 3A 3E
Octal 236 147 326 32 64 0 20 416 72 76
Binary 10011110 1100111 11010110 11010 110100 0 10000 100001110 111010 111110

Color Harmonies of #9E67D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E67D6

Black with #9E67D6

Text Example


Text Example

White with #9E67D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,103,214); }

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

background-color css

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

 a { background-color: rgb(158,103,214); }

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

border-color css

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

 span { border-color: rgb(158,103,214); }

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