Html Css Color HEX #911EBA Dark Orchid

📋 copy color: '#911EBA'

red 145 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #911EBA

Tints of Dark Orchid #911EBA

RGB

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

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

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

R = 40.17%
G = 8.31%
B = 51.52%

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

#911EBA (or 0x911EBA) is known color: Dark Orchid. HEX triplet: 91, 1E and BA. RGB value is (145,30,186). Sum of RGB (Red+Green+Blue) = 145+30+186=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #911EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911EBA is #6EE145. Grayscale: #515151. Windows color (decimal): -7266630 or 12197521. OLE color: 12197521.

HSL color Cylindrical-coordinate representation of color #911EBA: hue angle of 284.23º degrees, saturation: 0.72, 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 #911EBA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 30 186 -
CMYK 0.22 0.84 0 0.27
HSL 284.23º 0.72% 0.42% -
HSV(B) 284.23º 0.84% 0.73% -
XYZ 21 10.49 47.37 -
YUV 82.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 145 30 186 0.22 0.84 0 0.27 284.23 0.72 0.42
Hex 91 1E BA 16 54 0 1B 11C 48 2A
Octal 221 36 272 26 124 0 33 434 110 52
Binary 10010001 11110 10111010 10110 1010100 0 11011 100011100 1001000 101010

Color Harmonies of #911EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EBA

Black with #911EBA

Text Example


Text Example

White with #911EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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