Html Css Color HEX #8353CB Amethyst

📋 copy color: '#8353CB'

red 131 ◦ green 83 ◦ blue 203

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

Shades of Amethyst #8353CB

Tints of Amethyst #8353CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

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

R = 31.41%
G = 19.9%
B = 48.68%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8353CB (or 0x8353CB) is known color: Amethyst. HEX triplet: 83, 53 and CB. RGB value is (131,83,203). Sum of RGB (Red+Green+Blue) = 131+83+203=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8353CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353CB is #7CAC34. Grayscale: #6E6E6E. Windows color (decimal): -8170549 or 13325187. OLE color: 13325187.

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

Color convert

RGB 131 83 203 -
CMYK 0.35 0.59 0 0.20
HSL 264º 0.54% 0.56% -
HSV(B) 264º 0.59% 0.8% -
XYZ 23.23 15.32 58.23 -
YUV 111.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 131 83 203 0.35 0.59 0 0.20 264 0.54 0.56
Hex 83 53 CB 23 3B 0 14 108 36 38
Octal 203 123 313 43 73 0 24 410 66 70
Binary 10000011 1010011 11001011 100011 111011 0 10100 100001000 110110 111000

Color Harmonies of #8353CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353CB

Black with #8353CB

Text Example


Text Example

White with #8353CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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