Html Css Color HEX #911BBA Dark Orchid

📋 copy color: '#911BBA'

red 145 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #911BBA

Tints of Dark Orchid #911BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 40.5%
G = 7.54%
B = 51.96%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#911BBA (or 0x911BBA) is known color: Dark Orchid. HEX triplet: 91, 1B and BA. RGB value is (145,27,186). Sum of RGB (Red+Green+Blue) = 145+27+186=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #911BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BBA is #6EE445. Grayscale: #4F4F4F. Windows color (decimal): -7267398 or 12196753. OLE color: 12196753.

HSL color Cylindrical-coordinate representation of color #911BBA: hue angle of 284.53º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911BBA is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 27 186 -
CMYK 0.22 0.85 0 0.27
HSL 284.53º 0.75% 0.42% -
HSV(B) 284.53º 0.85% 0.73% -
XYZ 20.93 10.35 47.35 -
YUV 80.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 145 27 186 0.22 0.85 0 0.27 284.53 0.75 0.42
Hex 91 1B BA 16 55 0 1B 11D 4B 2A
Octal 221 33 272 26 125 0 33 435 113 52
Binary 10010001 11011 10111010 10110 1010101 0 11011 100011101 1001011 101010

Color Harmonies of #911BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911BBA

Black with #911BBA

Text Example


Text Example

White with #911BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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