#9020d1

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

Shades of Dark Orchid #9020D1

Tints of Dark Orchid #9020D1

Color information

#9020D1 (or 0x9020D1) is unknown color: approx Dark Orchid. HEX triplet: 90, 20 and D1. RGB value is (144,32,209). Sum of RGB (Red+Green+Blue) = 144+32+209=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #9020D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020D1 is #6FDF2E. Grayscale: #555555. Windows color (decimal): -7331631 or 13705360. OLE color: 13705360.

HSL color Cylindrical-coordinate representation of color #9020D1: hue angle of 277.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9020D1 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14432209-
CMYK0.310.8500.18
HSL277.97º73.44%47.25%-
HSV(B)277.97º84.69%81.96%-
XYZ23.5311.5761.31-
YUV85.67197.61169.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 32 (12.89% from 255) = 8.31%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=37.40%
G=8.31%
B=54.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144322090.310.8500.18277.9773.4447.25
Hex9020D11F55012116492f
Octal220403213712502242611157
Binary10010000100000110100011111110101010100101000101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9020d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9020d1; }

 p { color: rgb(144,32,209); }

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

<style>
 a { background-color: #9020d1; }

 a { background-color: rgb(144,32,209); }

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

<style>
 span { border-color: #9020d1; }

 span { border-color: rgb(144,32,209); }

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