Html Css Color HEX #8256C1 Amethyst

📋 copy color: '#8256C1'

red 130 ◦ green 86 ◦ blue 193

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

Shades of Amethyst #8256C1

Tints of Amethyst #8256C1

RGB

 RED value IS 130 (51.17% from 255) = 31.78%

 GREEN value IS 86 (33.98% from 255) = 21.03%

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 31.78%
G = 21.03%
B = 47.19%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8256C1 (or 0x8256C1) is known color: Amethyst. HEX triplet: 82, 56 and C1. RGB value is (130,86,193). Sum of RGB (Red+Green+Blue) = 130+86+193=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #8256C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256C1 is #7DA93E. Grayscale: #6E6E6E. Windows color (decimal): -8235327 or 12670594. OLE color: 12670594.

HSL color Cylindrical-coordinate representation of color #8256C1: hue angle of 264.67º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8256C1 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 86 193 -
CMYK 0.33 0.55 0 0.24
HSL 264.67º 0.46% 0.55% -
HSV(B) 264.67º 0.55% 0.76% -
XYZ 22.16 15.25 52.23 -
YUV 111.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 130 86 193 0.33 0.55 0 0.24 264.67 0.46 0.55
Hex 82 56 C1 21 37 0 18 109 2E 37
Octal 202 126 301 41 67 0 30 411 56 67
Binary 10000010 1010110 11000001 100001 110111 0 11000 100001001 101110 110111

Color Harmonies of #8256C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256C1

Black with #8256C1

Text Example


Text Example

White with #8256C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8256C1; }

 p { color: rgb(130,86,193); }

 H1.HeaderClassName
 {
   color: #8256C1;
 }
 .AnyTagClassName
 {
   color: #8256C1;
 }
</style>

background-color css

<style>
 a { background-color: #8256C1; }

 a { background-color: rgb(130,86,193); }

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

border-color css

<style>
 span { border-color: #8256C1; }

 span { border-color: rgb(130,86,193); }

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