Html Css Color HEX #911EAC Dark Orchid

📋 copy color: '#911EAC'

red 145 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #911EAC

Tints of Dark Orchid #911EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 41.79%
G = 8.65%
B = 49.57%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#911EAC (or 0x911EAC) is known color: Dark Orchid. HEX triplet: 91, 1E and AC. RGB value is (145,30,172). Sum of RGB (Red+Green+Blue) = 145+30+172=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #911EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911EAC is #6EE153. Grayscale: #505050. Windows color (decimal): -7266644 or 11280017. OLE color: 11280017.

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

Color convert

RGB 145 30 172 -
CMYK 0.16 0.83 0 0.33
HSL 288.59º 0.7% 0.4% -
HSV(B) 288.59º 0.83% 0.67% -
XYZ 19.59 9.93 39.91 -
YUV 80.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 145 30 172 0.16 0.83 0 0.33 288.59 0.7 0.4
Hex 91 1E AC 10 53 0 21 121 46 28
Octal 221 36 254 20 123 0 41 441 106 50
Binary 10010001 11110 10101100 10000 1010011 0 100001 100100001 1000110 101000

Color Harmonies of #911EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EAC

Black with #911EAC

Text Example


Text Example

White with #911EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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