Html Css Color HEX #875095 Vivid Violet

📋 copy color: '#875095'

red 135 ◦ green 80 ◦ blue 149

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

Shades of Vivid Violet #875095

Tints of Vivid Violet #875095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 37.09%
G = 21.98%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875095 (or 0x875095) is known color: Vivid Violet. HEX triplet: 87, 50 and 95. RGB value is (135,80,149). Sum of RGB (Red+Green+Blue) = 135+80+149=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #875095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875095 is #78AF6A. Grayscale: #686868. Windows color (decimal): -7909227 or 9785479. OLE color: 9785479.

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

Color convert

RGB 135 80 149 -
CMYK 0.09 0.46 0 0.42
HSL 287.83º 0.3% 0.45% -
HSV(B) 287.83º 0.46% 0.58% -
XYZ 18.29 13.06 29.99 -
YUV 104.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 135 80 149 0.09 0.46 0 0.42 287.83 0.3 0.45
Hex 87 50 95 9 2E 0 2A 120 1E 2D
Octal 207 120 225 11 56 0 52 440 36 55
Binary 10000111 1010000 10010101 1001 101110 0 101010 100100000 11110 101101

Color Harmonies of #875095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875095

Black with #875095

Text Example


Text Example

White with #875095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875095; }

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

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

background-color css

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

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

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

border-color css

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

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

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