Html Css Color HEX #8250CE Amethyst

📋 copy color: '#8250CE'

red 130 ◦ green 80 ◦ blue 206

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

Shades of Amethyst #8250CE

Tints of Amethyst #8250CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

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

R = 31.25%
G = 19.23%
B = 49.52%

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

#8250CE (or 0x8250CE) is known color: Amethyst. HEX triplet: 82, 50 and CE. RGB value is (130,80,206). Sum of RGB (Red+Green+Blue) = 130+80+206=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #8250CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250CE is #7DAF31. Grayscale: #6C6C6C. Windows color (decimal): -8236850 or 13521026. OLE color: 13521026.

HSL color Cylindrical-coordinate representation of color #8250CE: hue angle of 263.81º 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 #8250CE is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 80 206 -
CMYK 0.37 0.61 0 0.19
HSL 263.81º 0.56% 0.56% -
HSV(B) 263.81º 0.61% 0.81% -
XYZ 23.22 14.94 60.05 -
YUV 109.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 130 80 206 0.37 0.61 0 0.19 263.81 0.56 0.56
Hex 82 50 CE 25 3D 0 13 108 38 38
Octal 202 120 316 45 75 0 23 410 70 70
Binary 10000010 1010000 11001110 100101 111101 0 10011 100001000 111000 111000

Color Harmonies of #8250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250CE

Black with #8250CE

Text Example


Text Example

White with #8250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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