#864998

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

Shades of Vivid Violet #864998

Tints of Vivid Violet #864998

Color information

#864998 (or 0x864998) is unknown color: approx Vivid Violet. HEX triplet: 86, 49 and 98. RGB value is (134,73,152). Sum of RGB (Red+Green+Blue) = 134+73+152=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #864998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864998 is #79B667. Grayscale: #636363. Windows color (decimal): -7976552 or 9980294. OLE color: 9980294.

HSL color Cylindrical-coordinate representation of color #864998: hue angle of 286.33º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864998 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13473152-
CMYK0.120.5200.40
HSL286.33º35.11%44.12%-
HSV(B)286.33º51.97%59.61%-
XYZ17.8812.131.1-
YUV100.24157.21152.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=37.33%
G=20.33%
B=42.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134731520.120.5200.40286.3335.1144.12
Hex864998C3402811e232c
Octal20611123014640504364354
Binary1000011010010011001100011001101000101000100011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864998; }

 p { color: rgb(134,73,152); }

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

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

 a { background-color: rgb(134,73,152); }

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

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

 span { border-color: rgb(134,73,152); }

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