#864D90

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

Shades of Vivid Violet #864D90

Tints of Vivid Violet #864D90

Color information

#864D90 (or 0x864D90) is unknown color: approx Vivid Violet. HEX triplet: 86, 4D and 90. RGB value is (134,77,144). Sum of RGB (Red+Green+Blue) = 134+77+144=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #864D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864D90 is #79B26F. Grayscale: #656565. Windows color (decimal): -7975536 or 9457030. OLE color: 9457030.

HSL color Cylindrical-coordinate representation of color #864D90: hue angle of 291.04º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864D90 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13477144-
CMYK0.070.4700.44
HSL291.04º30.32%43.33%-
HSV(B)291.04º46.53%56.47%-
XYZ17.5212.3927.85-
YUV101.68151.88151.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=37.75%
G=21.69%
B=40.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134771440.070.4700.44291.0430.3243.33
Hex864D9072F02C1231e2b
Octal2061152207570544433653
Binary10000110100110110010000111101111010110010010001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864D90; }

 p { color: rgb(134,77,144); }

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

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

 a { background-color: rgb(134,77,144); }

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

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

 span { border-color: rgb(134,77,144); }

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