Html Css Color HEX #8350CD Amethyst

📋 copy color: '#8350CD'

red 131 ◦ green 80 ◦ blue 205

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

Shades of Amethyst #8350CD

Tints of Amethyst #8350CD

RGB

 RED value IS 131 (51.56% from 255) = 31.49%

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

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

R = 31.49%
G = 19.23%
B = 49.28%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8350CD (or 0x8350CD) is known color: Amethyst. HEX triplet: 83, 50 and CD. RGB value is (131,80,205). Sum of RGB (Red+Green+Blue) = 131+80+205=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #8350CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CD is #7CAF32. Grayscale: #6D6D6D. Windows color (decimal): -8171315 or 13455491. OLE color: 13455491.

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

Color convert

RGB 131 80 205 -
CMYK 0.36 0.61 0 0.20
HSL 264.48º 0.56% 0.56% -
HSV(B) 264.48º 0.61% 0.8% -
XYZ 23.25 14.97 59.42 -
YUV 109.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 131 80 205 0.36 0.61 0 0.20 264.48 0.56 0.56
Hex 83 50 CD 24 3D 0 14 108 38 38
Octal 203 120 315 44 75 0 24 410 70 70
Binary 10000011 1010000 11001101 100100 111101 0 10100 100001000 111000 111000

Color Harmonies of #8350CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350CD

Black with #8350CD

Text Example


Text Example

White with #8350CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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