#9028AE

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

Shades of Dark Orchid #9028AE

Tints of Dark Orchid #9028AE

Color information

#9028AE (or 0x9028AE) is unknown color: approx Dark Orchid. HEX triplet: 90, 28 and AE. RGB value is (144,40,174). Sum of RGB (Red+Green+Blue) = 144+40+174=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #9028AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9028AE is #6FD751. Grayscale: #555555. Windows color (decimal): -7329618 or 11413648. OLE color: 11413648.

HSL color Cylindrical-coordinate representation of color #9028AE: hue angle of 286.57º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9028AE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14440174-
CMYK0.170.7700.32
HSL286.57º62.62%41.96%-
HSV(B)286.57º77.01%68.24%-
XYZ19.910.541.02-
YUV86.37177.46169.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 40 (16.02% from 255) = 11.17%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=40.22%
G=11.17%
B=48.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144401740.170.7700.32286.5762.6241.96
Hex9028AE114D02011f3f2a
Octal22050256211150404377752
Binary10010000101000101011101000110011010100000100011111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9028AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9028AE; }

 p { color: rgb(144,40,174); }

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

<style>
 a { background-color: #9028AE; }

 a { background-color: rgb(144,40,174); }

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

<style>
 span { border-color: #9028AE; }

 span { border-color: rgb(144,40,174); }

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