Html Css Color HEX #911BAC Dark Orchid

📋 copy color: '#911BAC'

red 145 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #911BAC

Tints of Dark Orchid #911BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

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

R = 42.15%
G = 7.85%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#911BAC (or 0x911BAC) is known color: Dark Orchid. HEX triplet: 91, 1B and AC. RGB value is (145,27,172). Sum of RGB (Red+Green+Blue) = 145+27+172=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #911BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911BAC is #6EE453. Grayscale: #4E4E4E. Windows color (decimal): -7267412 or 11279249. OLE color: 11279249.

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

Color convert

RGB 145 27 172 -
CMYK 0.16 0.84 0 0.33
HSL 288.83º 0.73% 0.39% -
HSV(B) 288.83º 0.84% 0.67% -
XYZ 19.52 9.78 39.89 -
YUV 78.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 145 27 172 0.16 0.84 0 0.33 288.83 0.73 0.39
Hex 91 1B AC 10 54 0 21 121 49 27
Octal 221 33 254 20 124 0 41 441 111 47
Binary 10010001 11011 10101100 10000 1010100 0 100001 100100001 1001001 100111

Color Harmonies of #911BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911BAC

Black with #911BAC

Text Example


Text Example

White with #911BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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