Html Css Color HEX #8355CC Amethyst

📋 copy color: '#8355CC'

red 131 ◦ green 85 ◦ blue 204

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

Shades of Amethyst #8355CC

Tints of Amethyst #8355CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

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

R = 31.19%
G = 20.24%
B = 48.57%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8355CC (or 0x8355CC) is known color: Amethyst. HEX triplet: 83, 55 and CC. RGB value is (131,85,204). Sum of RGB (Red+Green+Blue) = 131+85+204=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #8355CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355CC is #7CAA33. Grayscale: #6F6F6F. Windows color (decimal): -8170036 or 13391235. OLE color: 13391235.

HSL color Cylindrical-coordinate representation of color #8355CC: hue angle of 263.19º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8355CC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 85 204 -
CMYK 0.36 0.58 0 0.2
HSL 263.19º 0.54% 0.57% -
HSV(B) 263.19º 0.58% 0.8% -
XYZ 23.51 15.68 58.91 -
YUV 112.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 131 85 204 0.36 0.58 0 0.2 263.19 0.54 0.57
Hex 83 55 CC 24 3A 0 14 107 36 39
Octal 203 125 314 44 72 0 24 407 66 71
Binary 10000011 1010101 11001100 100100 111010 0 10100 100000111 110110 111001

Color Harmonies of #8355CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355CC

Black with #8355CC

Text Example


Text Example

White with #8355CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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