Html Css Color HEX #8C62CE Amethyst

📋 copy color: '#8C62CE'

red 140 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #8C62CE

Tints of Amethyst #8C62CE

RGB

 RED value IS 140 (55.08% from 255) = 31.53%

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

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

R = 31.53%
G = 22.07%
B = 46.4%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C62CE (or 0x8C62CE) is known color: Amethyst. HEX triplet: 8C, 62 and CE. RGB value is (140,98,206). Sum of RGB (Red+Green+Blue) = 140+98+206=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C62CE is #739D31. Grayscale: #7A7A7A. Windows color (decimal): -7576882 or 13525644. OLE color: 13525644.

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

Color convert

RGB 140 98 206 -
CMYK 0.32 0.52 0 0.19
HSL 263.33º 0.52% 0.6% -
HSV(B) 263.33º 0.52% 0.81% -
XYZ 26.32 18.77 60.63 -
YUV 122.87 174.91 140.22 -
System Red Green Blue C M Y K H S L
Decimal 140 98 206 0.32 0.52 0 0.19 263.33 0.52 0.6
Hex 8C 62 CE 20 34 0 13 107 34 3C
Octal 214 142 316 40 64 0 23 407 64 74
Binary 10001100 1100010 11001110 100000 110100 0 10011 100000111 110100 111100

Color Harmonies of #8C62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C62CE

Black with #8C62CE

Text Example


Text Example

White with #8C62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,206); }

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

background-color css

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

 a { background-color: rgb(140,98,206); }

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

border-color css

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

 span { border-color: rgb(140,98,206); }

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