#9036BE

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

Shades of Dark Orchid #9036BE

Tints of Dark Orchid #9036BE

Color information

#9036BE (or 0x9036BE) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and BE. RGB value is (144,54,190). Sum of RGB (Red+Green+Blue) = 144+54+190=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #9036BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036BE is #6FC941. Grayscale: #5F5F5F. Windows color (decimal): -7326018 or 12465808. OLE color: 12465808.

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

Color convert

RGB14454190-
CMYK0.240.7200.25
HSL279.71º55.74%47.84%-
HSV(B)279.71º71.58%74.51%-
XYZ22.1212.2949.92-
YUV96.41180.82161.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=37.11%
G=13.92%
B=48.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144541900.240.7200.25279.7155.7447.84
Hex9036BE18480191183830
Octal22066276301100314307060
Binary1001000011011010111110110001001000011001100011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9036BE; }

 p { color: rgb(144,54,190); }

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

<style>
 a { background-color: #9036BE; }

 a { background-color: rgb(144,54,190); }

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

<style>
 span { border-color: #9036BE; }

 span { border-color: rgb(144,54,190); }

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