Html Css Color HEX #9119BE Dark Orchid

📋 copy color: '#9119BE'

red 145 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #9119BE

Tints of Dark Orchid #9119BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 40.28%
G = 6.94%
B = 52.78%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9119BE (or 0x9119BE) is known color: Dark Orchid. HEX triplet: 91, 19 and BE. RGB value is (145,25,190). Sum of RGB (Red+Green+Blue) = 145+25+190=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9119BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119BE is #6EE641. Grayscale: #4F4F4F. Windows color (decimal): -7267906 or 12458385. OLE color: 12458385.

HSL color Cylindrical-coordinate representation of color #9119BE: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9119BE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 25 190 -
CMYK 0.24 0.87 0 0.25
HSL 283.64º 0.77% 0.42% -
HSV(B) 283.64º 0.87% 0.75% -
XYZ 21.32 10.43 49.61 -
YUV 79.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 145 25 190 0.24 0.87 0 0.25 283.64 0.77 0.42
Hex 91 19 BE 18 57 0 19 11C 4D 2A
Octal 221 31 276 30 127 0 31 434 115 52
Binary 10010001 11001 10111110 11000 1010111 0 11001 100011100 1001101 101010

Color Harmonies of #9119BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119BE

Black with #9119BE

Text Example


Text Example

White with #9119BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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