#9137B8

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

Shades of Dark Orchid #9137B8

Tints of Dark Orchid #9137B8

Color information

#9137B8 (or 0x9137B8) is unknown color: approx Dark Orchid. HEX triplet: 91, 37 and B8. RGB value is (145,55,184). Sum of RGB (Red+Green+Blue) = 145+55+184=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #9137B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9137B8 is #6EC847. Grayscale: #606060. Windows color (decimal): -7260232 or 12072849. OLE color: 12072849.

HSL color Cylindrical-coordinate representation of color #9137B8: hue angle of 281.86º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9137B8 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14555184-
CMYK0.210.7000.28
HSL281.86º53.97%46.86%-
HSV(B)281.86º70.11%72.16%-
XYZ21.6912.2146.56-
YUV96.62177.32162.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 184 (72.27% from 255) = 47.92%
R=37.76%
G=14.32%
B=47.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145551840.210.7000.28281.8653.9746.86
Hex9137B8154601C11a362f
Octal22167270251060344326657
Binary1001000111011110111000101011000110011100100011010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9137B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9137B8; }

 p { color: rgb(145,55,184); }

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

<style>
 a { background-color: #9137B8; }

 a { background-color: rgb(145,55,184); }

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

<style>
 span { border-color: #9137B8; }

 span { border-color: rgb(145,55,184); }

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