#9037B8

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

Shades of Dark Orchid #9037B8

Tints of Dark Orchid #9037B8

Color information

#9037B8 (or 0x9037B8) is unknown color: approx Dark Orchid. HEX triplet: 90, 37 and B8. RGB value is (144,55,184). Sum of RGB (Red+Green+Blue) = 144+55+184=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #9037B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037B8 is #6FC847. Grayscale: #5F5F5F. Windows color (decimal): -7325768 or 12072848. OLE color: 12072848.

HSL color Cylindrical-coordinate representation of color #9037B8: hue angle of 281.4º 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 #9037B8 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14455184-
CMYK0.220.7000.28
HSL281.4º53.97%46.86%-
HSV(B)281.4º70.11%72.16%-
XYZ21.5212.1246.55-
YUV96.32177.49162.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=37.60%
G=14.36%
B=48.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144551840.220.7000.28281.453.9746.86
Hex9037B8164601C119362f
Octal22067270261060344316657
Binary1001000011011110111000101101000110011100100011001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9037B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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