Html Css Color HEX #911EAD Dark Orchid

📋 copy color: '#911EAD'

red 145 ◦ green 30 ◦ blue 173

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

Shades of Dark Orchid #911EAD

Tints of Dark Orchid #911EAD

RGB

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

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

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

R = 41.67%
G = 8.62%
B = 49.71%

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

#911EAD (or 0x911EAD) is known color: Dark Orchid. HEX triplet: 91, 1E and AD. RGB value is (145,30,173). Sum of RGB (Red+Green+Blue) = 145+30+173=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #911EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911EAD is #6EE152. Grayscale: #505050. Windows color (decimal): -7266643 or 11345553. OLE color: 11345553.

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

Color convert

RGB 145 30 173 -
CMYK 0.16 0.83 0 0.32
HSL 288.25º 0.7% 0.4% -
HSV(B) 288.25º 0.83% 0.68% -
XYZ 19.68 9.97 40.42 -
YUV 80.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 145 30 173 0.16 0.83 0 0.32 288.25 0.7 0.4
Hex 91 1E AD 10 53 0 20 120 46 28
Octal 221 36 255 20 123 0 40 440 106 50
Binary 10010001 11110 10101101 10000 1010011 0 100000 100100000 1000110 101000

Color Harmonies of #911EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EAD

Black with #911EAD

Text Example


Text Example

White with #911EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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