Html Css Color HEX #8257C2 Amethyst

📋 copy color: '#8257C2'

red 130 ◦ green 87 ◦ blue 194

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

Shades of Amethyst #8257C2

Tints of Amethyst #8257C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 194 (76.17% from 255) = 47.2%

R = 31.63%
G = 21.17%
B = 47.2%

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

#8257C2 (or 0x8257C2) is known color: Amethyst. HEX triplet: 82, 57 and C2. RGB value is (130,87,194). Sum of RGB (Red+Green+Blue) = 130+87+194=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #8257C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257C2 is #7DA83D. Grayscale: #6F6F6F. Windows color (decimal): -8235070 or 12736386. OLE color: 12736386.

HSL color Cylindrical-coordinate representation of color #8257C2: hue angle of 264.11º degrees, saturation: 0.47, 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 #8257C2 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 87 194 -
CMYK 0.33 0.55 0 0.24
HSL 264.11º 0.47% 0.55% -
HSV(B) 264.11º 0.55% 0.76% -
XYZ 22.35 15.46 52.84 -
YUV 112.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 130 87 194 0.33 0.55 0 0.24 264.11 0.47 0.55
Hex 82 57 C2 21 37 0 18 108 2F 37
Octal 202 127 302 41 67 0 30 410 57 67
Binary 10000010 1010111 11000010 100001 110111 0 11000 100001000 101111 110111

Color Harmonies of #8257C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257C2

Black with #8257C2

Text Example


Text Example

White with #8257C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8257C2; }

 p { color: rgb(130,87,194); }

 H1.HeaderClassName
 {
   color: #8257C2;
 }
 .AnyTagClassName
 {
   color: #8257C2;
 }
</style>

background-color css

<style>
 a { background-color: #8257C2; }

 a { background-color: rgb(130,87,194); }

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

border-color css

<style>
 span { border-color: #8257C2; }

 span { border-color: rgb(130,87,194); }

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