#992698

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

Shades of Vivid Violet #992698

Tints of Vivid Violet #992698

Color information

#992698 (or 0x992698) is unknown color: approx Vivid Violet. HEX triplet: 99, 26 and 98. RGB value is (153,38,152). Sum of RGB (Red+Green+Blue) = 153+38+152=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #992698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992698 is #66D967. Grayscale: #555555. Windows color (decimal): -6740328 or 9971353. OLE color: 9971353.

HSL color Cylindrical-coordinate representation of color #992698: hue angle of 300.52º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992698 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15338152-
CMYK00.750.010.4
HSL300.52º60.21%37.45%-
HSV(B)300.52º75.16%60%-
XYZ19.510.4330.69-
YUV85.38165.6176.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=44.61%
G=11.08%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533815200.750.010.4300.5260.2137.45
Hex99269804B12812d3c25
Octal2314623001131504557445
Binary1001100110011010011000010010111101000100101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992698; }

 p { color: rgb(153,38,152); }

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

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

 a { background-color: rgb(153,38,152); }

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

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

 span { border-color: rgb(153,38,152); }

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