Html Css Color HEX #8251C8 Amethyst

📋 copy color: '#8251C8'

red 130 ◦ green 81 ◦ blue 200

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

Shades of Amethyst #8251C8

Tints of Amethyst #8251C8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 31.63%
G = 19.71%
B = 48.66%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8251C8 (or 0x8251C8) is known color: Amethyst. HEX triplet: 82, 51 and C8. RGB value is (130,81,200). Sum of RGB (Red+Green+Blue) = 130+81+200=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #8251C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251C8 is #7DAE37. Grayscale: #6C6C6C. Windows color (decimal): -8236600 or 13128066. OLE color: 13128066.

HSL color Cylindrical-coordinate representation of color #8251C8: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8251C8 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 81 200 -
CMYK 0.35 0.59 0 0.22
HSL 264.71º 0.52% 0.55% -
HSV(B) 264.71º 0.6% 0.78% -
XYZ 22.57 14.8 56.31 -
YUV 109.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 130 81 200 0.35 0.59 0 0.22 264.71 0.52 0.55
Hex 82 51 C8 23 3B 0 16 109 34 37
Octal 202 121 310 43 73 0 26 411 64 67
Binary 10000010 1010001 11001000 100011 111011 0 10110 100001001 110100 110111

Color Harmonies of #8251C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251C8

Black with #8251C8

Text Example


Text Example

White with #8251C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8251C8; }

 p { color: rgb(130,81,200); }

 H1.HeaderClassName
 {
   color: #8251C8;
 }
 .AnyTagClassName
 {
   color: #8251C8;
 }
</style>

background-color css

<style>
 a { background-color: #8251C8; }

 a { background-color: rgb(130,81,200); }

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

border-color css

<style>
 span { border-color: #8251C8; }

 span { border-color: rgb(130,81,200); }

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