#9036B1

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

Shades of Dark Orchid #9036B1

Tints of Dark Orchid #9036B1

Color information

#9036B1 (or 0x9036B1) is unknown color: approx Dark Orchid. HEX triplet: 90, 36 and B1. RGB value is (144,54,177). Sum of RGB (Red+Green+Blue) = 144+54+177=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #9036B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9036B1 is #6FC94E. Grayscale: #5E5E5E. Windows color (decimal): -7326031 or 11613840. OLE color: 11613840.

HSL color Cylindrical-coordinate representation of color #9036B1: hue angle of 283.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9036B1 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14454177-
CMYK0.190.6900.31
HSL283.9º53.25%45.29%-
HSV(B)283.9º69.49%69.41%-
XYZ20.7611.7442.77-
YUV94.93174.32163-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=38.4%
G=14.4%
B=47.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144541770.190.6900.31283.953.2545.29
Hex9036B1134501F11c352d
Octal22066261231050374346555
Binary1001000011011010110001100111000101011111100011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9036B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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