Html Css Color HEX #8358CE Amethyst

📋 copy color: '#8358CE'

red 131 ◦ green 88 ◦ blue 206

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

Shades of Amethyst #8358CE

Tints of Amethyst #8358CE

RGB

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

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

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

R = 30.82%
G = 20.71%
B = 48.47%

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

#8358CE (or 0x8358CE) is known color: Amethyst. HEX triplet: 83, 58 and CE. RGB value is (131,88,206). Sum of RGB (Red+Green+Blue) = 131+88+206=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8358CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358CE is #7CA731. Grayscale: #717171. Windows color (decimal): -8169266 or 13523075. OLE color: 13523075.

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

Color convert

RGB 131 88 206 -
CMYK 0.36 0.57 0 0.19
HSL 261.86º 0.55% 0.58% -
HSV(B) 261.86º 0.57% 0.81% -
XYZ 23.99 16.26 60.27 -
YUV 114.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 131 88 206 0.36 0.57 0 0.19 261.86 0.55 0.58
Hex 83 58 CE 24 39 0 13 106 37 3A
Octal 203 130 316 44 71 0 23 406 67 72
Binary 10000011 1011000 11001110 100100 111001 0 10011 100000110 110111 111010

Color Harmonies of #8358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8358CE

Black with #8358CE

Text Example


Text Example

White with #8358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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