Html Css Color HEX #8251CD Amethyst

📋 copy color: '#8251CD'

red 130 ◦ green 81 ◦ blue 205

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

Shades of Amethyst #8251CD

Tints of Amethyst #8251CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 31.25%
G = 19.47%
B = 49.28%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8251CD (or 0x8251CD) is known color: Amethyst. HEX triplet: 82, 51 and CD. RGB value is (130,81,205). Sum of RGB (Red+Green+Blue) = 130+81+205=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #8251CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251CD is #7DAE32. Grayscale: #6D6D6D. Windows color (decimal): -8236595 or 13455746. OLE color: 13455746.

HSL color Cylindrical-coordinate representation of color #8251CD: hue angle of 263.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8251CD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 81 205 -
CMYK 0.37 0.60 0 0.20
HSL 263.71º 0.55% 0.56% -
HSV(B) 263.71º 0.6% 0.8% -
XYZ 23.17 15.04 59.44 -
YUV 109.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 130 81 205 0.37 0.60 0 0.20 263.71 0.55 0.56
Hex 82 51 CD 25 3C 0 14 108 37 38
Octal 202 121 315 45 74 0 24 410 67 70
Binary 10000010 1010001 11001101 100101 111100 0 10100 100001000 110111 111000

Color Harmonies of #8251CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251CD

Black with #8251CD

Text Example


Text Example

White with #8251CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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