Html Css Color HEX #911EAE Dark Orchid

📋 copy color: '#911EAE'

red 145 ◦ green 30 ◦ blue 174

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

Shades of Dark Orchid #911EAE

Tints of Dark Orchid #911EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

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

R = 41.55%
G = 8.6%
B = 49.86%

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

#911EAE (or 0x911EAE) is known color: Dark Orchid. HEX triplet: 91, 1E and AE. RGB value is (145,30,174). Sum of RGB (Red+Green+Blue) = 145+30+174=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #911EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911EAE is #6EE151. Grayscale: #505050. Windows color (decimal): -7266642 or 11411089. OLE color: 11411089.

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

Color convert

RGB 145 30 174 -
CMYK 0.17 0.83 0 0.32
HSL 287.92º 0.71% 0.4% -
HSV(B) 287.92º 0.83% 0.68% -
XYZ 19.78 10 40.93 -
YUV 80.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 145 30 174 0.17 0.83 0 0.32 287.92 0.71 0.4
Hex 91 1E AE 11 53 0 20 120 47 28
Octal 221 36 256 21 123 0 40 440 107 50
Binary 10010001 11110 10101110 10001 1010011 0 100000 100100000 1000111 101000

Color Harmonies of #911EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EAE

Black with #911EAE

Text Example


Text Example

White with #911EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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