Html Css Color HEX #871D95 Vivid Violet

📋 copy color: '#871D95'

red 135 ◦ green 29 ◦ blue 149

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

Shades of Vivid Violet #871D95

Tints of Vivid Violet #871D95

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

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

R = 43.13%
G = 9.27%
B = 47.6%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#871D95 (or 0x871D95) is known color: Vivid Violet. HEX triplet: 87, 1D and 95. RGB value is (135,29,149). Sum of RGB (Red+Green+Blue) = 135+29+149=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #871D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871D95 is #78E26A. Grayscale: #4A4A4A. Windows color (decimal): -7922283 or 9772423. OLE color: 9772423.

HSL color Cylindrical-coordinate representation of color #871D95: hue angle of 293º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871D95 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 29 149 -
CMYK 0.09 0.81 0 0.42
HSL 293º 0.67% 0.35% -
HSV(B) 293º 0.81% 0.58% -
XYZ 15.86 8.2 29.18 -
YUV 74.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 135 29 149 0.09 0.81 0 0.42 293 0.67 0.35
Hex 87 1D 95 9 51 0 2A 125 43 23
Octal 207 35 225 11 121 0 52 445 103 43
Binary 10000111 11101 10010101 1001 1010001 0 101010 100100101 1000011 100011

Color Harmonies of #871D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871D95

Black with #871D95

Text Example


Text Example

White with #871D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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