#911FAC

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

Shades of Dark Orchid #911FAC

Tints of Dark Orchid #911FAC

Color information

#911FAC (or 0x911FAC) is unknown color: approx Dark Orchid. HEX triplet: 91, 1F and AC. RGB value is (145,31,172). Sum of RGB (Red+Green+Blue) = 145+31+172=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #911FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911FAC is #6EE053. Grayscale: #505050. Windows color (decimal): -7266388 or 11280273. OLE color: 11280273.

HSL color Cylindrical-coordinate representation of color #911FAC: hue angle of 288.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911FAC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14531172-
CMYK0.160.8200.33
HSL288.51º69.46%39.8%-
HSV(B)288.51º81.98%67.45%-
XYZ19.619.9839.92-
YUV81.16179.27173.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 8.91%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=41.67%
G=8.91%
B=49.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145311720.160.8200.33288.5169.4639.8
Hex911FAC10520211214528
Octal221372542012204144110550
Binary10010001111111010110010000101001001000011001000011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,31,172); }

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

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

 a { background-color: rgb(145,31,172); }

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

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

 span { border-color: rgb(145,31,172); }

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