#884698

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

Shades of Vivid Violet #884698

Tints of Vivid Violet #884698

Color information

#884698 (or 0x884698) is unknown color: approx Vivid Violet. HEX triplet: 88, 46 and 98. RGB value is (136,70,152). Sum of RGB (Red+Green+Blue) = 136+70+152=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #884698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884698 is #77B967. Grayscale: #626262. Windows color (decimal): -7846248 or 9979528. OLE color: 9979528.

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

Color convert

RGB13670152-
CMYK0.110.5400.40
HSL288.29º36.94%43.53%-
HSV(B)288.29º53.95%59.61%-
XYZ18.0111.8831.05-
YUV99.08157.87154.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=37.99%
G=19.55%
B=42.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136701520.110.5400.40288.2936.9443.53
Hex884698B36028120252c
Octal21010623013660504404554
Binary1000100010001101001100010111101100101000100100000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884698; }

 p { color: rgb(136,70,152); }

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

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

 a { background-color: rgb(136,70,152); }

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

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

 span { border-color: rgb(136,70,152); }

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