Html Css Color HEX #8537AE Vivid Violet

📋 copy color: '#8537AE'

red 133 ◦ green 55 ◦ blue 174

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

Shades of Vivid Violet #8537AE

Tints of Vivid Violet #8537AE

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 55 (21.88% from 255) = 15.19%

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 36.74%
G = 15.19%
B = 48.07%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8537AE (or 0x8537AE) is known color: Vivid Violet. HEX triplet: 85, 37 and AE. RGB value is (133,55,174). Sum of RGB (Red+Green+Blue) = 133+55+174=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #8537AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8537AE is #7AC851. Grayscale: #5B5B5B. Windows color (decimal): -8046674 or 11417477. OLE color: 11417477.

HSL color Cylindrical-coordinate representation of color #8537AE: hue angle of 279.33º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8537AE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 55 174 -
CMYK 0.24 0.68 0 0.32
HSL 279.33º 0.52% 0.45% -
HSV(B) 279.33º 0.68% 0.68% -
XYZ 18.68 10.77 41.14 -
YUV 91.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 133 55 174 0.24 0.68 0 0.32 279.33 0.52 0.45
Hex 85 37 AE 18 44 0 20 117 34 2D
Octal 205 67 256 30 104 0 40 427 64 55
Binary 10000101 110111 10101110 11000 1000100 0 100000 100010111 110100 101101

Color Harmonies of #8537AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8537AE

Black with #8537AE

Text Example


Text Example

White with #8537AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8537AE; }

 p { color: rgb(133,55,174); }

 H1.HeaderClassName
 {
   color: #8537AE;
 }
 .AnyTagClassName
 {
   color: #8537AE;
 }
</style>

background-color css

<style>
 a { background-color: #8537AE; }

 a { background-color: rgb(133,55,174); }

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

border-color css

<style>
 span { border-color: #8537AE; }

 span { border-color: rgb(133,55,174); }

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