#9028B2

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

Shades of Dark Orchid #9028B2

Tints of Dark Orchid #9028B2

Color information

#9028B2 (or 0x9028B2) is unknown color: approx Dark Orchid. HEX triplet: 90, 28 and B2. RGB value is (144,40,178). Sum of RGB (Red+Green+Blue) = 144+40+178=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #9028B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9028B2 is #6FD74D. Grayscale: #565656. Windows color (decimal): -7329614 or 11675792. OLE color: 11675792.

HSL color Cylindrical-coordinate representation of color #9028B2: hue angle of 285.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9028B2 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14440178-
CMYK0.190.7800.30
HSL285.22º63.3%42.75%-
HSV(B)285.22º77.53%69.8%-
XYZ20.310.6643.11-
YUV86.83179.46168.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 40 (16.02% from 255) = 11.05%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=39.78%
G=11.05%
B=49.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144401780.190.7800.30285.2263.342.75
Hex9028B2134E01E11d3f2b
Octal22050262231160364357753
Binary1001000010100010110010100111001110011110100011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9028B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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