Html Css Color HEX #994ADF Dark Orchid

📋 copy color: '#994ADF'

red 153 ◦ green 74 ◦ blue 223

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

Shades of Dark Orchid #994ADF

Tints of Dark Orchid #994ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 34%
G = 16.44%
B = 49.56%

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

#994ADF (or 0x994ADF) is known color: Dark Orchid. HEX triplet: 99, 4A and DF. RGB value is (153,74,223). Sum of RGB (Red+Green+Blue) = 153+74+223=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #994ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ADF is #66B520. Grayscale: #727272. Windows color (decimal): -6731041 or 14633625. OLE color: 14633625.

HSL color Cylindrical-coordinate representation of color #994ADF: hue angle of 271.81º degrees, saturation: 0.7, 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 #994ADF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 74 223 -
CMYK 0.31 0.67 0 0.13
HSL 271.81º 0.7% 0.58% -
HSV(B) 271.81º 0.67% 0.87% -
XYZ 28.9 17 71.57 -
YUV 114.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 153 74 223 0.31 0.67 0 0.13 271.81 0.7 0.58
Hex 99 4A DF 1F 43 0 D 110 46 3A
Octal 231 112 337 37 103 0 15 420 106 72
Binary 10011001 1001010 11011111 11111 1000011 0 1101 100010000 1000110 111010

Color Harmonies of #994ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994ADF

Black with #994ADF

Text Example


Text Example

White with #994ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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