#992B98

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

Shades of Vivid Violet #992B98

Tints of Vivid Violet #992B98

Color information

#992B98 (or 0x992B98) is unknown color: approx Vivid Violet. HEX triplet: 99, 2B and 98. RGB value is (153,43,152). Sum of RGB (Red+Green+Blue) = 153+43+152=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #992B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992B98 is #66D467. Grayscale: #575757. Windows color (decimal): -6739048 or 9972633. OLE color: 9972633.

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

Color convert

RGB15343152-
CMYK00.720.010.4
HSL300.55º56.12%38.43%-
HSV(B)300.55º71.9%60%-
XYZ19.6710.7730.75-
YUV88.32163.94174.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=43.97%
G=12.36%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534315200.720.010.4300.5556.1238.43
Hex992B9804812812d3826
Octal2315323001101504557046
Binary1001100110101110011000010010001101000100101101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992B98; }

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

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

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

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

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

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

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

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