#994ADA

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

Shades of Dark Orchid #994ADA

Tints of Dark Orchid #994ADA

Color information

#994ADA (or 0x994ADA) is unknown color: approx Dark Orchid. HEX triplet: 99, 4A and DA. RGB value is (153,74,218). Sum of RGB (Red+Green+Blue) = 153+74+218=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #994ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ADA is #66B525. Grayscale: #717171. Windows color (decimal): -6731046 or 14305945. OLE color: 14305945.

HSL color Cylindrical-coordinate representation of color #994ADA: hue angle of 272.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994ADA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15374218-
CMYK0.300.6600.15
HSL272.92º66.06%57.25%-
HSV(B)272.92º66.06%85.49%-
XYZ28.2416.7368.07-
YUV114.04186.67155.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 218 (85.55% from 255) = 48.99%
R=34.38%
G=16.63%
B=48.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153742180.300.6600.15272.9266.0657.25
Hex994ADA1E420F1114239
Octal2311123323610201742110271
Binary10011001100101011011010111101000010011111000100011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994ADA; }

 p { color: rgb(153,74,218); }

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

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

 a { background-color: rgb(153,74,218); }

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

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

 span { border-color: rgb(153,74,218); }

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