Html Css Color HEX #9119BA Dark Orchid

📋 copy color: '#9119BA'

red 145 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #9119BA

Tints of Dark Orchid #9119BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.02%

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

R = 40.73%
G = 7.02%
B = 52.25%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9119BA (or 0x9119BA) is known color: Dark Orchid. HEX triplet: 91, 19 and BA. RGB value is (145,25,186). Sum of RGB (Red+Green+Blue) = 145+25+186=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #9119BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119BA is #6EE645. Grayscale: #4E4E4E. Windows color (decimal): -7267910 or 12196241. OLE color: 12196241.

HSL color Cylindrical-coordinate representation of color #9119BA: hue angle of 284.72º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9119BA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 25 186 -
CMYK 0.22 0.87 0 0.27
HSL 284.72º 0.76% 0.41% -
HSV(B) 284.72º 0.87% 0.73% -
XYZ 20.89 10.26 47.33 -
YUV 79.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 145 25 186 0.22 0.87 0 0.27 284.72 0.76 0.41
Hex 91 19 BA 16 57 0 1B 11D 4C 29
Octal 221 31 272 26 127 0 33 435 114 51
Binary 10010001 11001 10111010 10110 1010111 0 11011 100011101 1001100 101001

Color Harmonies of #9119BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119BA

Black with #9119BA

Text Example


Text Example

White with #9119BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9119BA; }

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

 H1.HeaderClassName
 {
   color: #9119BA;
 }
 .AnyTagClassName
 {
   color: #9119BA;
 }
</style>

background-color css

<style>
 a { background-color: #9119BA; }

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

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

border-color css

<style>
 span { border-color: #9119BA; }

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

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