#9118BC

Color #9118BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9118BC

Tints of Dark Orchid #9118BC

Color information

#9118BC (or 0x9118BC) is unknown color: approx Dark Orchid. HEX triplet: 91, 18 and BC. RGB value is (145,24,188). Sum of RGB (Red+Green+Blue) = 145+24+188=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #9118BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9118BC is #6EE743. Grayscale: #4E4E4E. Windows color (decimal): -7268164 or 12327057. OLE color: 12327057.

HSL color Cylindrical-coordinate representation of color #9118BC: hue angle of 284.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9118BC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14524188-
CMYK0.230.8700.26
HSL284.27º77.36%41.57%-
HSV(B)284.27º87.23%73.73%-
XYZ21.0810.348.45-
YUV78.88189.59175.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=40.62%
G=6.72%
B=52.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145241880.230.8700.26284.2777.3641.57
Hex9118BC175701A11c4d2a
Octal221302742712703243411552
Binary1001000111000101111001011110101110110101000111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9118BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9118BC; }

 p { color: rgb(145,24,188); }

 H1.HeaderClassName
 {
   color: #9118BC;
 }
 .AnyTagClassName
 {
   color: #9118BC;
 }
</style>
background-color css

<style>
 a { background-color: #9118BC; }

 a { background-color: rgb(145,24,188); }

 div.DivClassName
 {
   background-color: #9118BC;
 }
 .BgClassName
 {
   background-color: #9118BC;
 }
</style>
border-color css

<style>
 span { border-color: #9118BC; }

 span { border-color: rgb(145,24,188); }

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