Html Css Color HEX #8353CF Amethyst

📋 copy color: '#8353CF'

red 131 ◦ green 83 ◦ blue 207

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

Shades of Amethyst #8353CF

Tints of Amethyst #8353CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 31.12%
G = 19.71%
B = 49.17%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8353CF (or 0x8353CF) is known color: Amethyst. HEX triplet: 83, 53 and CF. RGB value is (131,83,207). Sum of RGB (Red+Green+Blue) = 131+83+207=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #8353CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353CF is #7CAC30. Grayscale: #6F6F6F. Windows color (decimal): -8170545 or 13587331. OLE color: 13587331.

HSL color Cylindrical-coordinate representation of color #8353CF: hue angle of 263.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8353CF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 83 207 -
CMYK 0.37 0.60 0 0.19
HSL 263.23º 0.56% 0.57% -
HSV(B) 263.23º 0.6% 0.81% -
XYZ 23.72 15.52 60.78 -
YUV 111.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 131 83 207 0.37 0.60 0 0.19 263.23 0.56 0.57
Hex 83 53 CF 25 3C 0 13 107 38 39
Octal 203 123 317 45 74 0 23 407 70 71
Binary 10000011 1010011 11001111 100101 111100 0 10011 100000111 111000 111001

Color Harmonies of #8353CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353CF

Black with #8353CF

Text Example


Text Example

White with #8353CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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