Html Css Color HEX #8351CB Amethyst

📋 copy color: '#8351CB'

red 131 ◦ green 81 ◦ blue 203

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

Shades of Amethyst #8351CB

Tints of Amethyst #8351CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 31.57%
G = 19.52%
B = 48.92%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8351CB (or 0x8351CB) is known color: Amethyst. HEX triplet: 83, 51 and CB. RGB value is (131,81,203). Sum of RGB (Red+Green+Blue) = 131+81+203=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #8351CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351CB is #7CAE34. Grayscale: #6D6D6D. Windows color (decimal): -8171061 or 13324675. OLE color: 13324675.

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

Color convert

RGB 131 81 203 -
CMYK 0.35 0.60 0 0.20
HSL 264.59º 0.54% 0.56% -
HSV(B) 264.59º 0.6% 0.8% -
XYZ 23.08 15.02 58.18 -
YUV 109.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 131 81 203 0.35 0.60 0 0.20 264.59 0.54 0.56
Hex 83 51 CB 23 3C 0 14 109 36 38
Octal 203 121 313 43 74 0 24 411 66 70
Binary 10000011 1010001 11001011 100011 111100 0 10100 100001001 110110 111000

Color Harmonies of #8351CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351CB

Black with #8351CB

Text Example


Text Example

White with #8351CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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