Html Css Color HEX #8359CE Amethyst

📋 copy color: '#8359CE'

red 131 ◦ green 89 ◦ blue 206

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

Shades of Amethyst #8359CE

Tints of Amethyst #8359CE

RGB

 RED value IS 131 (51.56% from 255) = 30.75%

 GREEN value IS 89 (35.16% from 255) = 20.89%

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

R = 30.75%
G = 20.89%
B = 48.36%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8359CE (or 0x8359CE) is known color: Amethyst. HEX triplet: 83, 59 and CE. RGB value is (131,89,206). Sum of RGB (Red+Green+Blue) = 131+89+206=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #8359CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359CE is #7CA631. Grayscale: #727272. Windows color (decimal): -8169010 or 13523331. OLE color: 13523331.

HSL color Cylindrical-coordinate representation of color #8359CE: hue angle of 261.54º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8359CE is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 89 206 -
CMYK 0.36 0.57 0 0.19
HSL 261.54º 0.54% 0.58% -
HSV(B) 261.54º 0.57% 0.81% -
XYZ 24.07 16.43 60.29 -
YUV 114.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 131 89 206 0.36 0.57 0 0.19 261.54 0.54 0.58
Hex 83 59 CE 24 39 0 13 106 36 3A
Octal 203 131 316 44 71 0 23 406 66 72
Binary 10000011 1011001 11001110 100100 111001 0 10011 100000110 110110 111010

Color Harmonies of #8359CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359CE

Black with #8359CE

Text Example


Text Example

White with #8359CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,89,206); }

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

background-color css

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

 a { background-color: rgb(131,89,206); }

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

border-color css

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

 span { border-color: rgb(131,89,206); }

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