Html Css Color HEX #8536AB Vivid Violet

📋 copy color: '#8536AB'

red 133 ◦ green 54 ◦ blue 171

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

Shades of Vivid Violet #8536AB

Tints of Vivid Violet #8536AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 37.15%
G = 15.08%
B = 47.77%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8536AB (or 0x8536AB) is known color: Vivid Violet. HEX triplet: 85, 36 and AB. RGB value is (133,54,171). Sum of RGB (Red+Green+Blue) = 133+54+171=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #8536AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8536AB is #7AC954. Grayscale: #5A5A5A. Windows color (decimal): -8046933 or 11220613. OLE color: 11220613.

HSL color Cylindrical-coordinate representation of color #8536AB: hue angle of 280.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8536AB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 54 171 -
CMYK 0.22 0.68 0 0.33
HSL 280.51º 0.52% 0.44% -
HSV(B) 280.51º 0.68% 0.67% -
XYZ 18.34 10.57 39.6 -
YUV 90.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 133 54 171 0.22 0.68 0 0.33 280.51 0.52 0.44
Hex 85 36 AB 16 44 0 21 119 34 2C
Octal 205 66 253 26 104 0 41 431 64 54
Binary 10000101 110110 10101011 10110 1000100 0 100001 100011001 110100 101100

Color Harmonies of #8536AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8536AB

Black with #8536AB

Text Example


Text Example

White with #8536AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8536AB; }

 p { color: rgb(133,54,171); }

 H1.HeaderClassName
 {
   color: #8536AB;
 }
 .AnyTagClassName
 {
   color: #8536AB;
 }
</style>

background-color css

<style>
 a { background-color: #8536AB; }

 a { background-color: rgb(133,54,171); }

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

border-color css

<style>
 span { border-color: #8536AB; }

 span { border-color: rgb(133,54,171); }

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