#992C9A

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

Shades of Vivid Violet #992C9A

Tints of Vivid Violet #992C9A

Color information

#992C9A (or 0x992C9A) is unknown color: approx Vivid Violet. HEX triplet: 99, 2C and 9A. RGB value is (153,44,154). Sum of RGB (Red+Green+Blue) = 153+44+154=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #992C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C9A is #66D365. Grayscale: #585858. Windows color (decimal): -6738790 or 10103961. OLE color: 10103961.

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

Color convert

RGB15344154-
CMYK0.010.7100.40
HSL299.45º55.56%38.82%-
HSV(B)299.45º71.43%60.39%-
XYZ19.8710.9131.63-
YUV89.13164.61173.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=43.59%
G=12.54%
B=43.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153441540.010.7100.40299.4555.5638.82
Hex992C9A14702812b3827
Octal2315423211070504537047
Binary1001100110110010011010110001110101000100101011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,44,154); }

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

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

 a { background-color: rgb(153,44,154); }

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

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

 span { border-color: rgb(153,44,154); }

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