Html Css Color HEX #994AD6 Dark Orchid

📋 copy color: '#994AD6'

red 153 ◦ green 74 ◦ blue 214

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

Shades of Dark Orchid #994AD6

Tints of Dark Orchid #994AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.53%

R = 34.69%
G = 16.78%
B = 48.53%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#994AD6 (or 0x994AD6) is known color: Dark Orchid. HEX triplet: 99, 4A and D6. RGB value is (153,74,214). Sum of RGB (Red+Green+Blue) = 153+74+214=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #994AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AD6 is #66B529. Grayscale: #717171. Windows color (decimal): -6731050 or 14043801. OLE color: 14043801.

HSL color Cylindrical-coordinate representation of color #994AD6: hue angle of 273.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994AD6 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 74 214 -
CMYK 0.29 0.65 0 0.16
HSL 273.86º 0.63% 0.56% -
HSV(B) 273.86º 0.65% 0.84% -
XYZ 27.72 16.52 65.35 -
YUV 113.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 153 74 214 0.29 0.65 0 0.16 273.86 0.63 0.56
Hex 99 4A D6 1D 41 0 10 112 3F 38
Octal 231 112 326 35 101 0 20 422 77 70
Binary 10011001 1001010 11010110 11101 1000001 0 10000 100010010 111111 111000

Color Harmonies of #994AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994AD6

Black with #994AD6

Text Example


Text Example

White with #994AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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