Html Css Color HEX #8E65CF Amethyst

📋 copy color: '#8E65CF'

red 142 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #8E65CF

Tints of Amethyst #8E65CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 31.56%
G = 22.44%
B = 46%

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

#8E65CF (or 0x8E65CF) is known color: Amethyst. HEX triplet: 8E, 65 and CF. RGB value is (142,101,207). Sum of RGB (Red+Green+Blue) = 142+101+207=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65CF is #719A30. Grayscale: #7C7C7C. Windows color (decimal): -7445041 or 13591950. OLE color: 13591950.

HSL color Cylindrical-coordinate representation of color #8E65CF: hue angle of 263.21º 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 #8E65CF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 101 207 -
CMYK 0.31 0.51 0 0.19
HSL 263.21º 0.52% 0.6% -
HSV(B) 263.21º 0.51% 0.81% -
XYZ 27.07 19.56 61.38 -
YUV 125.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 142 101 207 0.31 0.51 0 0.19 263.21 0.52 0.6
Hex 8E 65 CF 1F 33 0 13 107 34 3C
Octal 216 145 317 37 63 0 23 407 64 74
Binary 10001110 1100101 11001111 11111 110011 0 10011 100000111 110100 111100

Color Harmonies of #8E65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E65CF

Black with #8E65CF

Text Example


Text Example

White with #8E65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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