Html Css Color HEX #874595 Vivid Violet

📋 copy color: '#874595'

red 135 ◦ green 69 ◦ blue 149

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

Shades of Vivid Violet #874595

Tints of Vivid Violet #874595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

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

R = 38.24%
G = 19.55%
B = 42.21%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#874595 (or 0x874595) is known color: Vivid Violet. HEX triplet: 87, 45 and 95. RGB value is (135,69,149). Sum of RGB (Red+Green+Blue) = 135+69+149=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #874595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874595 is #78BA6A. Grayscale: #616161. Windows color (decimal): -7912043 or 9782663. OLE color: 9782663.

HSL color Cylindrical-coordinate representation of color #874595: hue angle of 289.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874595 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 69 149 -
CMYK 0.09 0.54 0 0.42
HSL 289.5º 0.37% 0.43% -
HSV(B) 289.5º 0.54% 0.58% -
XYZ 17.54 11.58 29.74 -
YUV 97.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 135 69 149 0.09 0.54 0 0.42 289.5 0.37 0.43
Hex 87 45 95 9 36 0 2A 122 25 2B
Octal 207 105 225 11 66 0 52 442 45 53
Binary 10000111 1000101 10010101 1001 110110 0 101010 100100010 100101 101011

Color Harmonies of #874595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874595

Black with #874595

Text Example


Text Example

White with #874595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874595; }

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

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

background-color css

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

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

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

border-color css

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

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

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