#9048D9

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

Shades of Dark Orchid #9048D9

Tints of Dark Orchid #9048D9

Color information

#9048D9 (or 0x9048D9) is unknown color: approx Dark Orchid. HEX triplet: 90, 48 and D9. RGB value is (144,72,217). Sum of RGB (Red+Green+Blue) = 144+72+217=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #9048D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9048D9 is #6FB726. Grayscale: #6D6D6D. Windows color (decimal): -7321383 or 14239888. OLE color: 14239888.

HSL color Cylindrical-coordinate representation of color #9048D9: hue angle of 269.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9048D9 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14472217-
CMYK0.340.6700.15
HSL269.79º65.61%56.67%-
HSV(B)269.79º66.82%85.1%-
XYZ26.3415.5767.26-
YUV110.06188.35152.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 72 (28.52% from 255) = 16.63%
BLUE value IS 217 (85.16% from 255) = 50.12%
R=33.26%
G=16.63%
B=50.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144722170.340.6700.15269.7965.6156.67
Hex9048D922430F10e4239
Octal2201103314210301741610271
Binary100100001001000110110011000101000011011111000011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9048D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9048D9; }

 p { color: rgb(144,72,217); }

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

<style>
 a { background-color: #9048D9; }

 a { background-color: rgb(144,72,217); }

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

<style>
 span { border-color: #9048D9; }

 span { border-color: rgb(144,72,217); }

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