Html Css Color HEX #911DB1 Dark Orchid

📋 copy color: '#911DB1'

red 145 ◦ green 29 ◦ blue 177

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

Shades of Dark Orchid #911DB1

Tints of Dark Orchid #911DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

 BLUE value IS 177 (69.53% from 255) = 50.43%

R = 41.31%
G = 8.26%
B = 50.43%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#911DB1 (or 0x911DB1) is known color: Dark Orchid. HEX triplet: 91, 1D and B1. RGB value is (145,29,177). Sum of RGB (Red+Green+Blue) = 145+29+177=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #911DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911DB1 is #6EE24E. Grayscale: #505050. Windows color (decimal): -7266895 or 11607441. OLE color: 11607441.

HSL color Cylindrical-coordinate representation of color #911DB1: hue angle of 287.03º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911DB1 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 29 177 -
CMYK 0.18 0.84 0 0.31
HSL 287.03º 0.72% 0.4% -
HSV(B) 287.03º 0.84% 0.69% -
XYZ 20.05 10.07 42.48 -
YUV 80.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 145 29 177 0.18 0.84 0 0.31 287.03 0.72 0.4
Hex 91 1D B1 12 54 0 1F 11F 48 28
Octal 221 35 261 22 124 0 37 437 110 50
Binary 10010001 11101 10110001 10010 1010100 0 11111 100011111 1001000 101000

Color Harmonies of #911DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DB1

Black with #911DB1

Text Example


Text Example

White with #911DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,29,177); }

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

background-color css

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

 a { background-color: rgb(145,29,177); }

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

border-color css

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

 span { border-color: rgb(145,29,177); }

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