Html Css Color HEX #911DAD Dark Orchid

📋 copy color: '#911DAD'

red 145 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #911DAD

Tints of Dark Orchid #911DAD

RGB

 RED value IS 145 (57.03% from 255) = 41.79%

 GREEN value IS 29 (11.72% from 255) = 8.36%

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 41.79%
G = 8.36%
B = 49.86%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#911DAD (or 0x911DAD) is known color: Dark Orchid. HEX triplet: 91, 1D and AD. RGB value is (145,29,173). Sum of RGB (Red+Green+Blue) = 145+29+173=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #911DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911DAD is #6EE252. Grayscale: #4F4F4F. Windows color (decimal): -7266899 or 11345297. OLE color: 11345297.

HSL color Cylindrical-coordinate representation of color #911DAD: hue angle of 288.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911DAD is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 29 173 -
CMYK 0.16 0.83 0 0.32
HSL 288.33º 0.71% 0.4% -
HSV(B) 288.33º 0.83% 0.68% -
XYZ 19.66 9.92 40.41 -
YUV 80.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 145 29 173 0.16 0.83 0 0.32 288.33 0.71 0.4
Hex 91 1D AD 10 53 0 20 120 47 28
Octal 221 35 255 20 123 0 40 440 107 50
Binary 10010001 11101 10101101 10000 1010011 0 100000 100100000 1000111 101000

Color Harmonies of #911DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DAD

Black with #911DAD

Text Example


Text Example

White with #911DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911DAD; }

 p { color: rgb(145,29,173); }

 H1.HeaderClassName
 {
   color: #911DAD;
 }
 .AnyTagClassName
 {
   color: #911DAD;
 }
</style>

background-color css

<style>
 a { background-color: #911DAD; }

 a { background-color: rgb(145,29,173); }

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

border-color css

<style>
 span { border-color: #911DAD; }

 span { border-color: rgb(145,29,173); }

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