#9441D7

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

Shades of Dark Orchid #9441D7

Tints of Dark Orchid #9441D7

Color information

#9441D7 (or 0x9441D7) is unknown color: approx Dark Orchid. HEX triplet: 94, 41 and D7. RGB value is (148,65,215). Sum of RGB (Red+Green+Blue) = 148+65+215=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #9441D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441D7 is #6BBE28. Grayscale: #6A6A6A. Windows color (decimal): -7061033 or 14107028. OLE color: 14107028.

HSL color Cylindrical-coordinate representation of color #9441D7: hue angle of 273.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9441D7 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14865215-
CMYK0.310.7000.16
HSL273.2º65.22%54.9%-
HSV(B)273.2º69.77%84.31%-
XYZ26.3714.9865.79-
YUV106.92189157.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 215 (84.38% from 255) = 50.23%
R=34.58%
G=15.19%
B=50.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148652150.310.7000.16273.265.2254.9
Hex9441D71F460101114137
Octal2241013273710602042110167
Binary100101001000001110101111111110001100100001000100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9441D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9441D7; }

 p { color: rgb(148,65,215); }

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

<style>
 a { background-color: #9441D7; }

 a { background-color: rgb(148,65,215); }

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

<style>
 span { border-color: #9441D7; }

 span { border-color: rgb(148,65,215); }

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