#9449d1

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

Shades of Dark Orchid #9449D1

Tints of Dark Orchid #9449D1

Color information

#9449D1 (or 0x9449D1) is unknown color: approx Dark Orchid. HEX triplet: 94, 49 and D1. RGB value is (148,73,209). Sum of RGB (Red+Green+Blue) = 148+73+209=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #9449D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9449D1 is #6BB62E. Grayscale: #6E6E6E. Windows color (decimal): -7058991 or 13715860. OLE color: 13715860.

HSL color Cylindrical-coordinate representation of color #9449D1: hue angle of 273.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9449D1 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14873209-
CMYK0.290.6500.18
HSL273.09º59.65%55.29%-
HSV(B)273.09º65.07%81.96%-
XYZ26.115.6661.97-
YUV110.93183.35154.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=34.42%
G=16.98%
B=48.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148732090.290.6500.18273.0959.6555.29
Hex9449D11D410121113c37
Octal224111321351010224217467
Binary10010100100100111010001111011000001010010100010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9449d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,73,209); }

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

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

 a { background-color: rgb(148,73,209); }

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

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

 span { border-color: rgb(148,73,209); }

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