#9117BB

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

Shades of Dark Orchid #9117BB

Tints of Dark Orchid #9117BB

Color information

#9117BB (or 0x9117BB) is unknown color: approx Dark Orchid. HEX triplet: 91, 17 and BB. RGB value is (145,23,187). Sum of RGB (Red+Green+Blue) = 145+23+187=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #9117BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117BB is #6EE844. Grayscale: #4D4D4D. Windows color (decimal): -7268421 or 12261265. OLE color: 12261265.

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

Color convert

RGB14523187-
CMYK0.220.8800.27
HSL284.63º78.1%41.18%-
HSV(B)284.63º87.7%73.33%-
XYZ20.9510.2247.88-
YUV78.17189.42175.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 23 (9.38% from 255) = 6.48%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=40.85%
G=6.48%
B=52.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145231870.220.8800.27284.6378.141.18
Hex9117BB165801B11d4e29
Octal221272732613003343511651
Binary1001000110111101110111011010110000110111000111011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9117BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9117BB; }

 p { color: rgb(145,23,187); }

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

<style>
 a { background-color: #9117BB; }

 a { background-color: rgb(145,23,187); }

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

<style>
 span { border-color: #9117BB; }

 span { border-color: rgb(145,23,187); }

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