Html Css Color HEX #994ADD Dark Orchid

📋 copy color: '#994ADD'

red 153 ◦ green 74 ◦ blue 221

#994ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #994ADD

Tints of Dark Orchid #994ADD

RGB

 RED value IS 153 (60.16% from 255) = 34.15%

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 34.15%
G = 16.52%
B = 49.33%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#994ADD (or 0x994ADD) is known color: Dark Orchid. HEX triplet: 99, 4A and DD. RGB value is (153,74,221). Sum of RGB (Red+Green+Blue) = 153+74+221=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #994ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ADD is #66B522. Grayscale: #717171. Windows color (decimal): -6731043 or 14502553. OLE color: 14502553.

HSL color Cylindrical-coordinate representation of color #994ADD: hue angle of 272.24º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994ADD is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 74 221 -
CMYK 0.31 0.67 0 0.13
HSL 272.24º 0.68% 0.58% -
HSV(B) 272.24º 0.67% 0.87% -
XYZ 28.64 16.89 70.16 -
YUV 114.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 153 74 221 0.31 0.67 0 0.13 272.24 0.68 0.58
Hex 99 4A DD 1F 43 0 D 110 44 3A
Octal 231 112 335 37 103 0 15 420 104 72
Binary 10011001 1001010 11011101 11111 1000011 0 1101 100010000 1000100 111010

Color Harmonies of #994ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994ADD

Black with #994ADD

Text Example


Text Example

White with #994ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #994ADD;
 }
 .AnyTagClassName
 {
   color: #994ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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