Html Css Color HEX #873495 Vivid Violet

📋 copy color: '#873495'

red 135 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #873495

Tints of Vivid Violet #873495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 40.18%
G = 15.48%
B = 44.35%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#873495 (or 0x873495) is known color: Vivid Violet. HEX triplet: 87, 34 and 95. RGB value is (135,52,149). Sum of RGB (Red+Green+Blue) = 135+52+149=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #873495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873495 is #78CB6A. Grayscale: #575757. Windows color (decimal): -7916395 or 9778311. OLE color: 9778311.

HSL color Cylindrical-coordinate representation of color #873495: hue angle of 291.34º 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 #873495 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 52 149 -
CMYK 0.09 0.65 0 0.42
HSL 291.34º 0.48% 0.39% -
HSV(B) 291.34º 0.65% 0.58% -
XYZ 16.64 9.78 29.44 -
YUV 87.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 135 52 149 0.09 0.65 0 0.42 291.34 0.48 0.39
Hex 87 34 95 9 41 0 2A 123 30 27
Octal 207 64 225 11 101 0 52 443 60 47
Binary 10000111 110100 10010101 1001 1000001 0 101010 100100011 110000 100111

Color Harmonies of #873495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873495

Black with #873495

Text Example


Text Example

White with #873495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873495; }

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

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

background-color css

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

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

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

border-color css

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

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

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