Html Css Color HEX #8653CE Amethyst

📋 copy color: '#8653CE'

red 134 ◦ green 83 ◦ blue 206

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

Shades of Amethyst #8653CE

Tints of Amethyst #8653CE

RGB

 RED value IS 134 (52.73% from 255) = 31.68%

 GREEN value IS 83 (32.81% from 255) = 19.62%

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

R = 31.68%
G = 19.62%
B = 48.7%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8653CE (or 0x8653CE) is known color: Amethyst. HEX triplet: 86, 53 and CE. RGB value is (134,83,206). Sum of RGB (Red+Green+Blue) = 134+83+206=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8653CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8653CE is #79AC31. Grayscale: #6F6F6F. Windows color (decimal): -7973938 or 13521798. OLE color: 13521798.

HSL color Cylindrical-coordinate representation of color #8653CE: hue angle of 264.88º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8653CE is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 83 206 -
CMYK 0.35 0.60 0 0.19
HSL 264.88º 0.56% 0.57% -
HSV(B) 264.88º 0.6% 0.81% -
XYZ 24.07 15.71 60.16 -
YUV 112.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 134 83 206 0.35 0.60 0 0.19 264.88 0.56 0.57
Hex 86 53 CE 23 3C 0 13 109 38 39
Octal 206 123 316 43 74 0 23 411 70 71
Binary 10000110 1010011 11001110 100011 111100 0 10011 100001001 111000 111001

Color Harmonies of #8653CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8653CE

Black with #8653CE

Text Example


Text Example

White with #8653CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8653CE; }

 p { color: rgb(134,83,206); }

 H1.HeaderClassName
 {
   color: #8653CE;
 }
 .AnyTagClassName
 {
   color: #8653CE;
 }
</style>

background-color css

<style>
 a { background-color: #8653CE; }

 a { background-color: rgb(134,83,206); }

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

border-color css

<style>
 span { border-color: #8653CE; }

 span { border-color: rgb(134,83,206); }

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