Html Css Color HEX #8256C9 Amethyst

📋 copy color: '#8256C9'

red 130 ◦ green 86 ◦ blue 201

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

Shades of Amethyst #8256C9

Tints of Amethyst #8256C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 31.18%
G = 20.62%
B = 48.2%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8256C9 (or 0x8256C9) is known color: Amethyst. HEX triplet: 82, 56 and C9. RGB value is (130,86,201). Sum of RGB (Red+Green+Blue) = 130+86+201=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #8256C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256C9 is #7DA936. Grayscale: #6F6F6F. Windows color (decimal): -8235319 or 13194882. OLE color: 13194882.

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

Color convert

RGB 130 86 201 -
CMYK 0.35 0.57 0 0.21
HSL 262.96º 0.52% 0.56% -
HSV(B) 262.96º 0.57% 0.79% -
XYZ 23.08 15.62 57.06 -
YUV 112.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 130 86 201 0.35 0.57 0 0.21 262.96 0.52 0.56
Hex 82 56 C9 23 39 0 15 107 34 38
Octal 202 126 311 43 71 0 25 407 64 70
Binary 10000010 1010110 11001001 100011 111001 0 10101 100000111 110100 111000

Color Harmonies of #8256C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256C9

Black with #8256C9

Text Example


Text Example

White with #8256C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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