#9038AD

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

Shades of Dark Orchid #9038AD

Tints of Dark Orchid #9038AD

Color information

#9038AD (or 0x9038AD) is unknown color: approx Dark Orchid. HEX triplet: 90, 38 and AD. RGB value is (144,56,173). Sum of RGB (Red+Green+Blue) = 144+56+173=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #9038AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9038AD is #6FC752. Grayscale: #5F5F5F. Windows color (decimal): -7325523 or 11352208. OLE color: 11352208.

HSL color Cylindrical-coordinate representation of color #9038AD: hue angle of 285.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9038AD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14456173-
CMYK0.170.6800.32
HSL285.13º51.09%44.9%-
HSV(B)285.13º67.63%67.84%-
XYZ20.4611.7740.73-
YUV95.65171.65162.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 56 (22.27% from 255) = 15.01%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=38.61%
G=15.01%
B=46.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144561730.170.6800.32285.1351.0944.9
Hex9038AD114402011d332d
Octal22070255211040404356355
Binary10010000111000101011011000110001000100000100011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9038AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9038AD; }

 p { color: rgb(144,56,173); }

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

<style>
 a { background-color: #9038AD; }

 a { background-color: rgb(144,56,173); }

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

<style>
 span { border-color: #9038AD; }

 span { border-color: rgb(144,56,173); }

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