Html Css Color HEX #911CAD Dark Orchid

📋 copy color: '#911CAD'

red 145 ◦ green 28 ◦ blue 173

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

Shades of Dark Orchid #911CAD

Tints of Dark Orchid #911CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 41.91%
G = 8.09%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#911CAD (or 0x911CAD) is known color: Dark Orchid. HEX triplet: 91, 1C and AD. RGB value is (145,28,173). Sum of RGB (Red+Green+Blue) = 145+28+173=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #911CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911CAD is #6EE352. Grayscale: #4F4F4F. Windows color (decimal): -7267155 or 11345041. OLE color: 11345041.

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

Color convert

RGB 145 28 173 -
CMYK 0.16 0.84 0 0.32
HSL 288.41º 0.72% 0.39% -
HSV(B) 288.41º 0.84% 0.68% -
XYZ 19.64 9.87 40.4 -
YUV 79.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 145 28 173 0.16 0.84 0 0.32 288.41 0.72 0.39
Hex 91 1C AD 10 54 0 20 120 48 27
Octal 221 34 255 20 124 0 40 440 110 47
Binary 10010001 11100 10101101 10000 1010100 0 100000 100100000 1001000 100111

Color Harmonies of #911CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CAD

Black with #911CAD

Text Example


Text Example

White with #911CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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