#911AD1

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

Shades of Dark Orchid #911AD1

Tints of Dark Orchid #911AD1

Color information

#911AD1 (or 0x911AD1) is unknown color: approx Dark Orchid. HEX triplet: 91, 1A and D1. RGB value is (145,26,209). Sum of RGB (Red+Green+Blue) = 145+26+209=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 209 (82.03% from 255 or 55% from 380); Max value from RGB is 209 - color contains mainly: blue. Hex color #911AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911AD1 is #6EE52E. Grayscale: #515151. Windows color (decimal): -7267631 or 13703825. OLE color: 13703825.

HSL color Cylindrical-coordinate representation of color #911AD1: hue angle of 279.02º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911AD1 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14526209-
CMYK0.310.8800.18
HSL279.02º77.87%46.08%-
HSV(B)279.02º87.56%81.96%-
XYZ23.5611.3661.27-
YUV82.44199.42172.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 26 (10.55% from 255) = 6.84%
BLUE value IS 209 (82.03% from 255) = 55%
R=38.16%
G=6.84%
B=55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal145262090.310.8800.18279.0277.8746.08
Hex911AD11F580121174e2e
Octal221323213713002242711656
Binary1001000111010110100011111110110000100101000101111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911AD1; }

 p { color: rgb(145,26,209); }

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

<style>
 a { background-color: #911AD1; }

 a { background-color: rgb(145,26,209); }

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

<style>
 span { border-color: #911AD1; }

 span { border-color: rgb(145,26,209); }

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