Html Css Color HEX #8250CC Amethyst

📋 copy color: '#8250CC'

red 130 ◦ green 80 ◦ blue 204

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

Shades of Amethyst #8250CC

Tints of Amethyst #8250CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 31.4%
G = 19.32%
B = 49.28%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8250CC (or 0x8250CC) is known color: Amethyst. HEX triplet: 82, 50 and CC. RGB value is (130,80,204). Sum of RGB (Red+Green+Blue) = 130+80+204=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #8250CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250CC is #7DAF33. Grayscale: #6C6C6C. Windows color (decimal): -8236852 or 13389954. OLE color: 13389954.

HSL color Cylindrical-coordinate representation of color #8250CC: hue angle of 264.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8250CC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 80 204 -
CMYK 0.36 0.61 0 0.2
HSL 264.19º 0.55% 0.56% -
HSV(B) 264.19º 0.61% 0.8% -
XYZ 22.97 14.84 58.78 -
YUV 109.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 130 80 204 0.36 0.61 0 0.2 264.19 0.55 0.56
Hex 82 50 CC 24 3D 0 14 108 37 38
Octal 202 120 314 44 75 0 24 410 67 70
Binary 10000010 1010000 11001100 100100 111101 0 10100 100001000 110111 111000

Color Harmonies of #8250CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250CC

Black with #8250CC

Text Example


Text Example

White with #8250CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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