Html Css Color HEX #8350CB Amethyst

📋 copy color: '#8350CB'

red 131 ◦ green 80 ◦ blue 203

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

Shades of Amethyst #8350CB

Tints of Amethyst #8350CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 31.64%
G = 19.32%
B = 49.03%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8350CB (or 0x8350CB) is known color: Amethyst. HEX triplet: 83, 50 and CB. RGB value is (131,80,203). Sum of RGB (Red+Green+Blue) = 131+80+203=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #8350CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CB is #7CAF34. Grayscale: #6C6C6C. Windows color (decimal): -8171317 or 13324419. OLE color: 13324419.

HSL color Cylindrical-coordinate representation of color #8350CB: hue angle of 264.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8350CB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 80 203 -
CMYK 0.35 0.61 0 0.20
HSL 264.88º 0.54% 0.55% -
HSV(B) 264.88º 0.61% 0.8% -
XYZ 23.01 14.87 58.16 -
YUV 109.27 180.9 143.5 -
System Red Green Blue C M Y K H S L
Decimal 131 80 203 0.35 0.61 0 0.20 264.88 0.54 0.55
Hex 83 50 CB 23 3D 0 14 109 36 37
Octal 203 120 313 43 75 0 24 411 66 67
Binary 10000011 1010000 11001011 100011 111101 0 10100 100001001 110110 110111

Color Harmonies of #8350CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350CB

Black with #8350CB

Text Example


Text Example

White with #8350CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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