#871E94

Color #871E94 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #871E94

Tints of Vivid Violet #871E94

Color information

#871E94 (or 0x871E94) is unknown color: approx Vivid Violet. HEX triplet: 87, 1E and 94. RGB value is (135,30,148). Sum of RGB (Red+Green+Blue) = 135+30+148=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #871E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871E94 is #78E16B. Grayscale: #4A4A4A. Windows color (decimal): -7922028 or 9707143. OLE color: 9707143.

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

Color convert

RGB13530148-
CMYK0.090.8000.42
HSL293.39º66.29%34.9%-
HSV(B)293.39º79.73%58.04%-
XYZ15.88.2228.77-
YUV74.85169.29170.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=43.13%
G=9.58%
B=47.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135301480.090.8000.42293.3966.2934.9
Hex871E9495002A1254223
Octal207362241112005244510243
Binary1000011111110100101001001101000001010101001001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,30,148); }

 H1.HeaderClassName
 {
   color: #871E94;
 }
 .AnyTagClassName
 {
   color: #871E94;
 }
</style>
background-color css

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

 a { background-color: rgb(135,30,148); }

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

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

 span { border-color: rgb(135,30,148); }

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