#872faa

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

Shades of Vivid Violet #872FAA

Tints of Vivid Violet #872FAA

Color information

#872FAA (or 0x872FAA) is unknown color: approx Vivid Violet. HEX triplet: 87, 2F and AA. RGB value is (135,47,170). Sum of RGB (Red+Green+Blue) = 135+47+170=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #872FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872FAA is #78D055. Grayscale: #565656. Windows color (decimal): -7917654 or 11153287. OLE color: 11153287.

HSL color Cylindrical-coordinate representation of color #872FAA: hue angle of 282.93º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872FAA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13547170-
CMYK0.210.7200.33
HSL282.93º56.68%42.55%-
HSV(B)282.93º72.35%66.67%-
XYZ18.2610.0939.01-
YUV87.33174.65162-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=38.35%
G=13.35%
B=48.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135471700.210.7200.33282.9356.6842.55
Hex872FAA154802111b392b
Octal20757252251100414337153
Binary10000111101111101010101010110010000100001100011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872faa; }

 p { color: rgb(135,47,170); }

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

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

 a { background-color: rgb(135,47,170); }

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

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

 span { border-color: rgb(135,47,170); }

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