#9036bf

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

Shades of Dark Orchid #9036BF

Tints of Dark Orchid #9036BF

Color information

#9036BF (or 0x9036BF) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and BF. RGB value is (144,54,191). Sum of RGB (Red+Green+Blue) = 144+54+191=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9036BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036BF is #6FC940. Grayscale: #606060. Windows color (decimal): -7326017 or 12531344. OLE color: 12531344.

HSL color Cylindrical-coordinate representation of color #9036BF: hue angle of 279.42º 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 #9036BF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14454191-
CMYK0.250.7200.25
HSL279.42º55.92%48.04%-
HSV(B)279.42º71.73%74.9%-
XYZ22.2212.3350.5-
YUV96.53181.32161.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 54 (21.48% from 255) = 13.88%
BLUE value IS 191 (75% from 255) = 49.10%
R=37.02%
G=13.88%
B=49.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144541910.250.7200.25279.4255.9248.04
Hex9036BF19480191173830
Octal22066277311100314277060
Binary1001000011011010111111110011001000011001100010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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