Html Css Color HEX #8E65CA Amethyst

📋 copy color: '#8E65CA'

red 142 ◦ green 101 ◦ blue 202

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

Shades of Amethyst #8E65CA

Tints of Amethyst #8E65CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 31.91%
G = 22.7%
B = 45.39%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E65CA (or 0x8E65CA) is known color: Amethyst. HEX triplet: 8E, 65 and CA. RGB value is (142,101,202). Sum of RGB (Red+Green+Blue) = 142+101+202=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65CA is #719A35. Grayscale: #7C7C7C. Windows color (decimal): -7445046 or 13264270. OLE color: 13264270.

HSL color Cylindrical-coordinate representation of color #8E65CA: hue angle of 264.36º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E65CA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 101 202 -
CMYK 0.30 0.50 0 0.21
HSL 264.36º 0.49% 0.59% -
HSV(B) 264.36º 0.5% 0.79% -
XYZ 26.47 19.32 58.21 -
YUV 124.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 142 101 202 0.30 0.50 0 0.21 264.36 0.49 0.59
Hex 8E 65 CA 1E 32 0 15 108 31 3B
Octal 216 145 312 36 62 0 25 410 61 73
Binary 10001110 1100101 11001010 11110 110010 0 10101 100001000 110001 111011

Color Harmonies of #8E65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E65CA

Black with #8E65CA

Text Example


Text Example

White with #8E65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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