#872998

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

Shades of Vivid Violet #872998

Tints of Vivid Violet #872998

Color information

#872998 (or 0x872998) is unknown color: approx Vivid Violet. HEX triplet: 87, 29 and 98. RGB value is (135,41,152). Sum of RGB (Red+Green+Blue) = 135+41+152=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #872998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872998 is #78D667. Grayscale: #515151. Windows color (decimal): -7919208 or 9972103. OLE color: 9972103.

HSL color Cylindrical-coordinate representation of color #872998: hue angle of 290.81º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872998 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13541152-
CMYK0.110.7300.40
HSL290.81º57.51%37.84%-
HSV(B)290.81º73.03%59.61%-
XYZ16.45930.58-
YUV81.76167.64165.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=41.16%
G=12.5%
B=46.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135411520.110.7300.40290.8157.5137.84
Hex872998B490281233a26
Octal20751230131110504437246
Binary1000011110100110011000101110010010101000100100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872998; }

 p { color: rgb(135,41,152); }

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

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

 a { background-color: rgb(135,41,152); }

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

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

 span { border-color: rgb(135,41,152); }

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