#9037C1

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

Shades of Dark Orchid #9037C1

Tints of Dark Orchid #9037C1

Color information

#9037C1 (or 0x9037C1) is unknown color: approx Dark Orchid. HEX triplet: 90, 37 and C1. RGB value is (144,55,193). Sum of RGB (Red+Green+Blue) = 144+55+193=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #9037C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037C1 is #6FC83E. Grayscale: #606060. Windows color (decimal): -7325759 or 12662672. OLE color: 12662672.

HSL color Cylindrical-coordinate representation of color #9037C1: hue angle of 278.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9037C1 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14455193-
CMYK0.250.7200.24
HSL278.7º55.65%48.63%-
HSV(B)278.7º71.5%75.69%-
XYZ22.4912.5151.68-
YUV97.34181.99161.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 55 (21.88% from 255) = 14.03%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=36.73%
G=14.03%
B=49.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144551930.250.7200.24278.755.6548.63
Hex9037C119480181173831
Octal22067301311100304277061
Binary1001000011011111000001110011001000011000100010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9037C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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