Html Css Color HEX #8255CE Amethyst

📋 copy color: '#8255CE'

red 130 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #8255CE

Tints of Amethyst #8255CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

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

R = 30.88%
G = 20.19%
B = 48.93%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8255CE (or 0x8255CE) is known color: Amethyst. HEX triplet: 82, 55 and CE. RGB value is (130,85,206). Sum of RGB (Red+Green+Blue) = 130+85+206=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #8255CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255CE is #7DAA31. Grayscale: #6F6F6F. Windows color (decimal): -8235570 or 13522306. OLE color: 13522306.

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

Color convert

RGB 130 85 206 -
CMYK 0.37 0.59 0 0.19
HSL 262.31º 0.55% 0.57% -
HSV(B) 262.31º 0.59% 0.81% -
XYZ 23.6 15.7 60.18 -
YUV 112.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 130 85 206 0.37 0.59 0 0.19 262.31 0.55 0.57
Hex 82 55 CE 25 3B 0 13 106 37 39
Octal 202 125 316 45 73 0 23 406 67 71
Binary 10000010 1010101 11001110 100101 111011 0 10011 100000110 110111 111001

Color Harmonies of #8255CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8255CE

Black with #8255CE

Text Example


Text Example

White with #8255CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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