Html Css Color HEX #8353CA Amethyst

📋 copy color: '#8353CA'

red 131 ◦ green 83 ◦ blue 202

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

Shades of Amethyst #8353CA

Tints of Amethyst #8353CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 31.49%
G = 19.95%
B = 48.56%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8353CA (or 0x8353CA) is known color: Amethyst. HEX triplet: 83, 53 and CA. RGB value is (131,83,202). Sum of RGB (Red+Green+Blue) = 131+83+202=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #8353CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353CA is #7CAC35. Grayscale: #6E6E6E. Windows color (decimal): -8170550 or 13259651. OLE color: 13259651.

HSL color Cylindrical-coordinate representation of color #8353CA: hue angle of 264.2º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8353CA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 83 202 -
CMYK 0.35 0.59 0 0.21
HSL 264.2º 0.53% 0.56% -
HSV(B) 264.2º 0.59% 0.79% -
XYZ 23.11 15.28 57.61 -
YUV 110.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 131 83 202 0.35 0.59 0 0.21 264.2 0.53 0.56
Hex 83 53 CA 23 3B 0 15 108 35 38
Octal 203 123 312 43 73 0 25 410 65 70
Binary 10000011 1010011 11001010 100011 111011 0 10101 100001000 110101 111000

Color Harmonies of #8353CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353CA

Black with #8353CA

Text Example


Text Example

White with #8353CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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