#872695

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

Shades of Vivid Violet #872695

Tints of Vivid Violet #872695

Color information

#872695 (or 0x872695) is unknown color: approx Vivid Violet. HEX triplet: 87, 26 and 95. RGB value is (135,38,149). Sum of RGB (Red+Green+Blue) = 135+38+149=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #872695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872695 is #78D96A. Grayscale: #4F4F4F. Windows color (decimal): -7919979 or 9774727. OLE color: 9774727.

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

Color convert

RGB13538149-
CMYK0.090.7400.42
HSL292.43º59.36%36.67%-
HSV(B)292.43º74.5%58.43%-
XYZ16.118.7129.27-
YUV79.66167.14167.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 38 (15.23% from 255) = 11.80%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=41.93%
G=11.80%
B=46.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135381490.090.7400.42292.4359.3636.67
Hex87269594A02A1243b25
Octal20746225111120524447345
Binary1000011110011010010101100110010100101010100100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872695; }

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

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

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

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

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

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

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

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