Html Css Color HEX #873493 Vivid Violet

📋 copy color: '#873493'

red 135 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #873493

Tints of Vivid Violet #873493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 40.42%
G = 15.57%
B = 44.01%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#873493 (or 0x873493) is known color: Vivid Violet. HEX triplet: 87, 34 and 93. RGB value is (135,52,147). Sum of RGB (Red+Green+Blue) = 135+52+147=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #873493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873493 is #78CB6C. Grayscale: #575757. Windows color (decimal): -7916397 or 9647239. OLE color: 9647239.

HSL color Cylindrical-coordinate representation of color #873493: hue angle of 292.42º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873493 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 52 147 -
CMYK 0.08 0.65 0 0.42
HSL 292.42º 0.48% 0.39% -
HSV(B) 292.42º 0.65% 0.58% -
XYZ 16.49 9.71 28.61 -
YUV 87.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 135 52 147 0.08 0.65 0 0.42 292.42 0.48 0.39
Hex 87 34 93 8 41 0 2A 124 30 27
Octal 207 64 223 10 101 0 52 444 60 47
Binary 10000111 110100 10010011 1000 1000001 0 101010 100100100 110000 100111

Color Harmonies of #873493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873493

Black with #873493

Text Example


Text Example

White with #873493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873493; }

 p { color: rgb(135,52,147); }

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

background-color css

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

 a { background-color: rgb(135,52,147); }

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

border-color css

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

 span { border-color: rgb(135,52,147); }

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