Html Css Color HEX #873BAB Vivid Violet

📋 copy color: '#873BAB'

red 135 ◦ green 59 ◦ blue 171

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

Shades of Vivid Violet #873BAB

Tints of Vivid Violet #873BAB

RGB

 RED value IS 135 (53.13% from 255) = 36.99%

 GREEN value IS 59 (23.44% from 255) = 16.16%

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

R = 36.99%
G = 16.16%
B = 46.85%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#873BAB (or 0x873BAB) is known color: Vivid Violet. HEX triplet: 87, 3B and AB. RGB value is (135,59,171). Sum of RGB (Red+Green+Blue) = 135+59+171=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #873BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873BAB is #78C454. Grayscale: #5E5E5E. Windows color (decimal): -7914581 or 11221895. OLE color: 11221895.

HSL color Cylindrical-coordinate representation of color #873BAB: hue angle of 280.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873BAB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 59 171 -
CMYK 0.21 0.65 0 0.33
HSL 280.71º 0.49% 0.45% -
HSV(B) 280.71º 0.65% 0.67% -
XYZ 18.91 11.22 39.7 -
YUV 94.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 135 59 171 0.21 0.65 0 0.33 280.71 0.49 0.45
Hex 87 3B AB 15 41 0 21 119 31 2D
Octal 207 73 253 25 101 0 41 431 61 55
Binary 10000111 111011 10101011 10101 1000001 0 100001 100011001 110001 101101

Color Harmonies of #873BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873BAB

Black with #873BAB

Text Example


Text Example

White with #873BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873BAB; }

 p { color: rgb(135,59,171); }

 H1.HeaderClassName
 {
   color: #873BAB;
 }
 .AnyTagClassName
 {
   color: #873BAB;
 }
</style>

background-color css

<style>
 a { background-color: #873BAB; }

 a { background-color: rgb(135,59,171); }

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

border-color css

<style>
 span { border-color: #873BAB; }

 span { border-color: rgb(135,59,171); }

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