Html Css Color HEX #8E65CE Amethyst

📋 copy color: '#8E65CE'

red 142 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #8E65CE

Tints of Amethyst #8E65CE

RGB

 RED value IS 142 (55.86% from 255) = 31.63%

 GREEN value IS 101 (39.84% from 255) = 22.49%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 31.63%
G = 22.49%
B = 45.88%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E65CE (or 0x8E65CE) is known color: Amethyst. HEX triplet: 8E, 65 and CE. RGB value is (142,101,206). Sum of RGB (Red+Green+Blue) = 142+101+206=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65CE is #719A31. Grayscale: #7C7C7C. Windows color (decimal): -7445042 or 13526414. OLE color: 13526414.

HSL color Cylindrical-coordinate representation of color #8E65CE: hue angle of 263.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E65CE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 101 206 -
CMYK 0.31 0.51 0 0.19
HSL 263.43º 0.52% 0.6% -
HSV(B) 263.43º 0.51% 0.81% -
XYZ 26.95 19.51 60.74 -
YUV 125.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 142 101 206 0.31 0.51 0 0.19 263.43 0.52 0.6
Hex 8E 65 CE 1F 33 0 13 107 34 3C
Octal 216 145 316 37 63 0 23 407 64 74
Binary 10001110 1100101 11001110 11111 110011 0 10011 100000111 110100 111100

Color Harmonies of #8E65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E65CE

Black with #8E65CE

Text Example


Text Example

White with #8E65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E65CE; }

 p { color: rgb(142,101,206); }

 H1.HeaderClassName
 {
   color: #8E65CE;
 }
 .AnyTagClassName
 {
   color: #8E65CE;
 }
</style>

background-color css

<style>
 a { background-color: #8E65CE; }

 a { background-color: rgb(142,101,206); }

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

border-color css

<style>
 span { border-color: #8E65CE; }

 span { border-color: rgb(142,101,206); }

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