Html Css Color HEX #8251CE Amethyst

📋 copy color: '#8251CE'

red 130 ◦ green 81 ◦ blue 206

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

Shades of Amethyst #8251CE

Tints of Amethyst #8251CE

RGB

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

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

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

R = 31.18%
G = 19.42%
B = 49.4%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8251CE (or 0x8251CE) is known color: Amethyst. HEX triplet: 82, 51 and CE. RGB value is (130,81,206). Sum of RGB (Red+Green+Blue) = 130+81+206=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #8251CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251CE is #7DAE31. Grayscale: #6D6D6D. Windows color (decimal): -8236594 or 13521282. OLE color: 13521282.

HSL color Cylindrical-coordinate representation of color #8251CE: hue angle of 263.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8251CE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 81 206 -
CMYK 0.37 0.61 0 0.19
HSL 263.52º 0.56% 0.56% -
HSV(B) 263.52º 0.61% 0.81% -
XYZ 23.29 15.09 60.08 -
YUV 109.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 130 81 206 0.37 0.61 0 0.19 263.52 0.56 0.56
Hex 82 51 CE 25 3D 0 13 108 38 38
Octal 202 121 316 45 75 0 23 410 70 70
Binary 10000010 1010001 11001110 100101 111101 0 10011 100001000 111000 111000

Color Harmonies of #8251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251CE

Black with #8251CE

Text Example


Text Example

White with #8251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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