#9036BA

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

Shades of Dark Orchid #9036BA

Tints of Dark Orchid #9036BA

Color information

#9036BA (or 0x9036BA) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and BA. RGB value is (144,54,186). Sum of RGB (Red+Green+Blue) = 144+54+186=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9036BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036BA is #6FC945. Grayscale: #5F5F5F. Windows color (decimal): -7326022 or 12203664. OLE color: 12203664.

HSL color Cylindrical-coordinate representation of color #9036BA: hue angle of 280.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9036BA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14454186-
CMYK0.230.7100.27
HSL280.91º55%47.06%-
HSV(B)280.91º70.97%72.94%-
XYZ21.6812.1147.65-
YUV95.96178.82162.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 14.06%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=37.5%
G=14.06%
B=48.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144541860.230.7100.27280.915547.06
Hex9036BA174701B119372f
Octal22066272271070334316757
Binary1001000011011010111010101111000111011011100011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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