#9036BB

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

Shades of Dark Orchid #9036BB

Tints of Dark Orchid #9036BB

Color information

#9036BB (or 0x9036BB) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and BB. RGB value is (144,54,187). Sum of RGB (Red+Green+Blue) = 144+54+187=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #9036BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036BB is #6FC944. Grayscale: #5F5F5F. Windows color (decimal): -7326021 or 12269200. OLE color: 12269200.

HSL color Cylindrical-coordinate representation of color #9036BB: hue angle of 280.6º 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 #9036BB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14454187-
CMYK0.230.7100.27
HSL280.6º55.19%47.25%-
HSV(B)280.6º71.12%73.33%-
XYZ21.7912.1648.21-
YUV96.07179.32162.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=37.40%
G=14.03%
B=48.57%

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
Decimal144541870.230.7100.27280.655.1947.25
Hex9036BB174701B119372f
Octal22066273271070334316757
Binary1001000011011010111011101111000111011011100011001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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