Html Css Color HEX #8535AD Vivid Violet

📋 copy color: '#8535AD'

red 133 ◦ green 53 ◦ blue 173

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

Shades of Vivid Violet #8535AD

Tints of Vivid Violet #8535AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 37.05%
G = 14.76%
B = 48.19%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8535AD (or 0x8535AD) is known color: Vivid Violet. HEX triplet: 85, 35 and AD. RGB value is (133,53,173). Sum of RGB (Red+Green+Blue) = 133+53+173=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8535AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8535AD is #7ACA52. Grayscale: #5A5A5A. Windows color (decimal): -8047187 or 11351429. OLE color: 11351429.

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

Color convert

RGB 133 53 173 -
CMYK 0.23 0.69 0 0.32
HSL 280º 0.53% 0.44% -
HSV(B) 280º 0.69% 0.68% -
XYZ 18.49 10.55 40.6 -
YUV 90.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 133 53 173 0.23 0.69 0 0.32 280 0.53 0.44
Hex 85 35 AD 17 45 0 20 118 35 2C
Octal 205 65 255 27 105 0 40 430 65 54
Binary 10000101 110101 10101101 10111 1000101 0 100000 100011000 110101 101100

Color Harmonies of #8535AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8535AD

Black with #8535AD

Text Example


Text Example

White with #8535AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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