Html Css Color HEX #8353CE Amethyst

📋 copy color: '#8353CE'

red 131 ◦ green 83 ◦ blue 206

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

Shades of Amethyst #8353CE

Tints of Amethyst #8353CE

RGB

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

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

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

R = 31.19%
G = 19.76%
B = 49.05%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8353CE (or 0x8353CE) is known color: Amethyst. HEX triplet: 83, 53 and CE. RGB value is (131,83,206). Sum of RGB (Red+Green+Blue) = 131+83+206=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8353CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353CE is #7CAC31. Grayscale: #6E6E6E. Windows color (decimal): -8170546 or 13521795. OLE color: 13521795.

HSL color Cylindrical-coordinate representation of color #8353CE: hue angle of 263.41º 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 #8353CE is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 83 206 -
CMYK 0.36 0.60 0 0.19
HSL 263.41º 0.56% 0.57% -
HSV(B) 263.41º 0.6% 0.81% -
XYZ 23.59 15.47 60.13 -
YUV 111.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 131 83 206 0.36 0.60 0 0.19 263.41 0.56 0.57
Hex 83 53 CE 24 3C 0 13 107 38 39
Octal 203 123 316 44 74 0 23 407 70 71
Binary 10000011 1010011 11001110 100100 111100 0 10011 100000111 111000 111001

Color Harmonies of #8353CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353CE

Black with #8353CE

Text Example


Text Example

White with #8353CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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