Html Css Color HEX #8532AD Vivid Violet

📋 copy color: '#8532AD'

red 133 ◦ green 50 ◦ blue 173

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

Shades of Vivid Violet #8532AD

Tints of Vivid Violet #8532AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 37.36%
G = 14.04%
B = 48.6%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8532AD (or 0x8532AD) is known color: Vivid Violet. HEX triplet: 85, 32 and AD. RGB value is (133,50,173). Sum of RGB (Red+Green+Blue) = 133+50+173=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8532AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8532AD is #7ACD52. Grayscale: #585858. Windows color (decimal): -8047955 or 11350661. OLE color: 11350661.

HSL color Cylindrical-coordinate representation of color #8532AD: hue angle of 280.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8532AD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 50 173 -
CMYK 0.23 0.71 0 0.32
HSL 280.49º 0.55% 0.44% -
HSV(B) 280.49º 0.71% 0.68% -
XYZ 18.36 10.28 40.55 -
YUV 88.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 133 50 173 0.23 0.71 0 0.32 280.49 0.55 0.44
Hex 85 32 AD 17 47 0 20 118 37 2C
Octal 205 62 255 27 107 0 40 430 67 54
Binary 10000101 110010 10101101 10111 1000111 0 100000 100011000 110111 101100

Color Harmonies of #8532AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8532AD

Black with #8532AD

Text Example


Text Example

White with #8532AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8532AD; }

 p { color: rgb(133,50,173); }

 H1.HeaderClassName
 {
   color: #8532AD;
 }
 .AnyTagClassName
 {
   color: #8532AD;
 }
</style>

background-color css

<style>
 a { background-color: #8532AD; }

 a { background-color: rgb(133,50,173); }

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

border-color css

<style>
 span { border-color: #8532AD; }

 span { border-color: rgb(133,50,173); }

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