#872693

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

Shades of Vivid Violet #872693

Tints of Vivid Violet #872693

Color information

#872693 (or 0x872693) is unknown color: approx Vivid Violet. HEX triplet: 87, 26 and 93. RGB value is (135,38,147). Sum of RGB (Red+Green+Blue) = 135+38+147=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #872693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872693 is #78D96C. Grayscale: #4F4F4F. Windows color (decimal): -7919981 or 9643655. OLE color: 9643655.

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

Color convert

RGB13538147-
CMYK0.080.7400.42
HSL293.39º58.92%36.27%-
HSV(B)293.39º74.15%57.65%-
XYZ15.958.6428.43-
YUV79.43166.14167.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 38 (15.23% from 255) = 11.88%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=42.19%
G=11.88%
B=45.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135381470.080.7400.42293.3958.9236.27
Hex87269384A02A1253b24
Octal20746223101120524457344
Binary1000011110011010010011100010010100101010100100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872693; }

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

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

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

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

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

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

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

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