Html Css Color HEX #911DAE Dark Orchid

📋 copy color: '#911DAE'

red 145 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #911DAE

Tints of Dark Orchid #911DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#911DAE (or 0x911DAE) is known color: Dark Orchid. HEX triplet: 91, 1D and AE. RGB value is (145,29,174). Sum of RGB (Red+Green+Blue) = 145+29+174=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #911DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911DAE is #6EE251. Grayscale: #4F4F4F. Windows color (decimal): -7266898 or 11410833. OLE color: 11410833.

HSL color Cylindrical-coordinate representation of color #911DAE: hue angle of 288º 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 #911DAE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 29 174 -
CMYK 0.17 0.83 0 0.32
HSL 288º 0.71% 0.4% -
HSV(B) 288º 0.83% 0.68% -
XYZ 19.76 9.95 40.92 -
YUV 80.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 145 29 174 0.17 0.83 0 0.32 288 0.71 0.4
Hex 91 1D AE 11 53 0 20 120 47 28
Octal 221 35 256 21 123 0 40 440 107 50
Binary 10010001 11101 10101110 10001 1010011 0 100000 100100000 1000111 101000

Color Harmonies of #911DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DAE

Black with #911DAE

Text Example


Text Example

White with #911DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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