Html Css Color HEX #911DBA Dark Orchid

📋 copy color: '#911DBA'

red 145 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #911DBA

Tints of Dark Orchid #911DBA

RGB

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

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

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

R = 40.28%
G = 8.06%
B = 51.67%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#911DBA (or 0x911DBA) is known color: Dark Orchid. HEX triplet: 91, 1D and BA. RGB value is (145,29,186). Sum of RGB (Red+Green+Blue) = 145+29+186=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #911DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DBA is #6EE245. Grayscale: #515151. Windows color (decimal): -7266886 or 12197265. OLE color: 12197265.

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

Color convert

RGB 145 29 186 -
CMYK 0.22 0.84 0 0.27
HSL 284.33º 0.73% 0.42% -
HSV(B) 284.33º 0.84% 0.73% -
XYZ 20.98 10.44 47.36 -
YUV 81.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 145 29 186 0.22 0.84 0 0.27 284.33 0.73 0.42
Hex 91 1D BA 16 54 0 1B 11C 49 2A
Octal 221 35 272 26 124 0 33 434 111 52
Binary 10010001 11101 10111010 10110 1010100 0 11011 100011100 1001001 101010

Color Harmonies of #911DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DBA

Black with #911DBA

Text Example


Text Example

White with #911DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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