Html Css Color HEX #8257CB Amethyst

📋 copy color: '#8257CB'

red 130 ◦ green 87 ◦ blue 203

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

Shades of Amethyst #8257CB

Tints of Amethyst #8257CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 30.95%
G = 20.71%
B = 48.33%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8257CB (or 0x8257CB) is known color: Amethyst. HEX triplet: 82, 57 and CB. RGB value is (130,87,203). Sum of RGB (Red+Green+Blue) = 130+87+203=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8257CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257CB is #7DA834. Grayscale: #707070. Windows color (decimal): -8235061 or 13326210. OLE color: 13326210.

HSL color Cylindrical-coordinate representation of color #8257CB: hue angle of 262.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8257CB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 87 203 -
CMYK 0.36 0.57 0 0.20
HSL 262.24º 0.53% 0.57% -
HSV(B) 262.24º 0.57% 0.8% -
XYZ 23.39 15.87 58.33 -
YUV 113.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 130 87 203 0.36 0.57 0 0.20 262.24 0.53 0.57
Hex 82 57 CB 24 39 0 14 106 35 39
Octal 202 127 313 44 71 0 24 406 65 71
Binary 10000010 1010111 11001011 100100 111001 0 10100 100000110 110101 111001

Color Harmonies of #8257CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257CB

Black with #8257CB

Text Example


Text Example

White with #8257CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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