#992ac3

Color #992AC3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #992AC3

Tints of Dark Orchid #992AC3

Color information

#992AC3 (or 0x992AC3) is unknown color: approx Dark Orchid. HEX triplet: 99, 2A and C3. RGB value is (153,42,195). Sum of RGB (Red+Green+Blue) = 153+42+195=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #992AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992AC3 is #66D53C. Grayscale: #5C5C5C. Windows color (decimal): -6739261 or 12790425. OLE color: 12790425.

HSL color Cylindrical-coordinate representation of color #992AC3: hue angle of 283.53º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992AC3 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15342195-
CMYK0.220.7800.24
HSL283.53º64.56%46.47%-
HSV(B)283.53º78.46%76.47%-
XYZ23.8212.3752.76-
YUV92.63185.77171.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 195 (76.56% from 255) = 50%
R=39.23%
G=10.77%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153421950.220.7800.24283.5364.5646.47
Hex992AC3164E01811c412e
Octal231523032611603043410156
Binary10011001101010110000111011010011100110001000111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,42,195); }

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

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

 a { background-color: rgb(153,42,195); }

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

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

 span { border-color: rgb(153,42,195); }

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