Html Css Color HEX #8351CC Amethyst

📋 copy color: '#8351CC'

red 131 ◦ green 81 ◦ blue 204

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

Shades of Amethyst #8351CC

Tints of Amethyst #8351CC

RGB

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

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

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

R = 31.49%
G = 19.47%
B = 49.04%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8351CC (or 0x8351CC) is known color: Amethyst. HEX triplet: 83, 51 and CC. RGB value is (131,81,204). Sum of RGB (Red+Green+Blue) = 131+81+204=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #8351CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351CC is #7CAE33. Grayscale: #6D6D6D. Windows color (decimal): -8171060 or 13390211. OLE color: 13390211.

HSL color Cylindrical-coordinate representation of color #8351CC: hue angle of 264.39º degrees, saturation: 0.55, 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 #8351CC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 81 204 -
CMYK 0.36 0.60 0 0.2
HSL 264.39º 0.55% 0.56% -
HSV(B) 264.39º 0.6% 0.8% -
XYZ 23.2 15.07 58.81 -
YUV 109.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 131 81 204 0.36 0.60 0 0.2 264.39 0.55 0.56
Hex 83 51 CC 24 3C 0 14 108 37 38
Octal 203 121 314 44 74 0 24 410 67 70
Binary 10000011 1010001 11001100 100100 111100 0 10100 100001000 110111 111000

Color Harmonies of #8351CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351CC

Black with #8351CC

Text Example


Text Example

White with #8351CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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