Html Css Color HEX #8353C6 Amethyst

📋 copy color: '#8353C6'

red 131 ◦ green 83 ◦ blue 198

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

Shades of Amethyst #8353C6

Tints of Amethyst #8353C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.06%

R = 31.8%
G = 20.15%
B = 48.06%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8353C6 (or 0x8353C6) is known color: Amethyst. HEX triplet: 83, 53 and C6. RGB value is (131,83,198). Sum of RGB (Red+Green+Blue) = 131+83+198=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #8353C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353C6 is #7CAC39. Grayscale: #6E6E6E. Windows color (decimal): -8170554 or 12997507. OLE color: 12997507.

HSL color Cylindrical-coordinate representation of color #8353C6: hue angle of 265.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8353C6 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 83 198 -
CMYK 0.34 0.58 0 0.22
HSL 265.04º 0.5% 0.55% -
HSV(B) 265.04º 0.58% 0.78% -
XYZ 22.65 15.09 55.14 -
YUV 110.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 131 83 198 0.34 0.58 0 0.22 265.04 0.5 0.55
Hex 83 53 C6 22 3A 0 16 109 32 37
Octal 203 123 306 42 72 0 26 411 62 67
Binary 10000011 1010011 11000110 100010 111010 0 10110 100001001 110010 110111

Color Harmonies of #8353C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353C6

Black with #8353C6

Text Example


Text Example

White with #8353C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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