Html Css Color HEX #8355CB Amethyst

📋 copy color: '#8355CB'

red 131 ◦ green 85 ◦ blue 203

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

Shades of Amethyst #8355CB

Tints of Amethyst #8355CB

RGB

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

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

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

R = 31.26%
G = 20.29%
B = 48.45%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8355CB (or 0x8355CB) is known color: Amethyst. HEX triplet: 83, 55 and CB. RGB value is (131,85,203). Sum of RGB (Red+Green+Blue) = 131+85+203=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #8355CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8355CB is #7CAA34. Grayscale: #6F6F6F. Windows color (decimal): -8170037 or 13325699. OLE color: 13325699.

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

Color convert

RGB 131 85 203 -
CMYK 0.35 0.58 0 0.20
HSL 263.39º 0.53% 0.56% -
HSV(B) 263.39º 0.58% 0.8% -
XYZ 23.39 15.63 58.28 -
YUV 112.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 131 85 203 0.35 0.58 0 0.20 263.39 0.53 0.56
Hex 83 55 CB 23 3A 0 14 107 35 38
Octal 203 125 313 43 72 0 24 407 65 70
Binary 10000011 1010101 11001011 100011 111010 0 10100 100000111 110101 111000

Color Harmonies of #8355CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355CB

Black with #8355CB

Text Example


Text Example

White with #8355CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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