Html Css Color HEX #8358CA Amethyst

📋 copy color: '#8358CA'

red 131 ◦ green 88 ◦ blue 202

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

Shades of Amethyst #8358CA

Tints of Amethyst #8358CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 31.12%
G = 20.9%
B = 47.98%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8358CA (or 0x8358CA) is known color: Amethyst. HEX triplet: 83, 58 and CA. RGB value is (131,88,202). Sum of RGB (Red+Green+Blue) = 131+88+202=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8358CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358CA is #7CA735. Grayscale: #717171. Windows color (decimal): -8169270 or 13260931. OLE color: 13260931.

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

Color convert

RGB 131 88 202 -
CMYK 0.35 0.56 0 0.21
HSL 262.63º 0.52% 0.57% -
HSV(B) 262.63º 0.56% 0.79% -
XYZ 23.51 16.07 57.74 -
YUV 113.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 131 88 202 0.35 0.56 0 0.21 262.63 0.52 0.57
Hex 83 58 CA 23 38 0 15 107 34 39
Octal 203 130 312 43 70 0 25 407 64 71
Binary 10000011 1011000 11001010 100011 111000 0 10101 100000111 110100 111001

Color Harmonies of #8358CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358CA

Black with #8358CA

Text Example


Text Example

White with #8358CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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