#992e9c

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

Shades of Vivid Violet #992E9C

Tints of Vivid Violet #992E9C

Color information

#992E9C (or 0x992E9C) is unknown color: approx Vivid Violet. HEX triplet: 99, 2E and 9C. RGB value is (153,46,156). Sum of RGB (Red+Green+Blue) = 153+46+156=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #992E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E9C is #66D163. Grayscale: #5A5A5A. Windows color (decimal): -6738276 or 10235545. OLE color: 10235545.

HSL color Cylindrical-coordinate representation of color #992E9C: hue angle of 298.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992E9C is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15346156-
CMYK0.020.7100.39
HSL298.36º54.46%39.61%-
HSV(B)298.36º70.51%61.18%-
XYZ20.1111.1332.54-
YUV90.53164.95172.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=43.10%
G=12.96%
B=43.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153461560.020.7100.39298.3654.4639.61
Hex992E9C24702712a3628
Octal2315623421070474526650
Binary10011001101110100111001010001110100111100101010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,46,156); }

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

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

 a { background-color: rgb(153,46,156); }

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

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

 span { border-color: rgb(153,46,156); }

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