Html Css Color HEX #8250CD Amethyst

📋 copy color: '#8250CD'

red 130 ◦ green 80 ◦ blue 205

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

Shades of Amethyst #8250CD

Tints of Amethyst #8250CD

RGB

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

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

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

R = 31.33%
G = 19.28%
B = 49.4%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8250CD (or 0x8250CD) is known color: Amethyst. HEX triplet: 82, 50 and CD. RGB value is (130,80,205). Sum of RGB (Red+Green+Blue) = 130+80+205=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #8250CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8250CD is #7DAF32. Grayscale: #6C6C6C. Windows color (decimal): -8236851 or 13455490. OLE color: 13455490.

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

Color convert

RGB 130 80 205 -
CMYK 0.37 0.61 0 0.20
HSL 264º 0.56% 0.56% -
HSV(B) 264º 0.61% 0.8% -
XYZ 23.09 14.89 59.41 -
YUV 109.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 130 80 205 0.37 0.61 0 0.20 264 0.56 0.56
Hex 82 50 CD 25 3D 0 14 108 38 38
Octal 202 120 315 45 75 0 24 410 70 70
Binary 10000010 1010000 11001101 100101 111101 0 10100 100001000 111000 111000

Color Harmonies of #8250CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250CD

Black with #8250CD

Text Example


Text Example

White with #8250CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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