#911F67

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

Shades of Dark Purple #911F67

Tints of Dark Purple #911F67

Color information

#911F67 (or 0x911F67) is unknown color: approx Dark Purple. HEX triplet: 91, 1F and 67. RGB value is (145,31,103). Sum of RGB (Red+Green+Blue) = 145+31+103=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911F67 is #6EE098. Grayscale: #494949. Windows color (decimal): -7266457 or 6758289. OLE color: 6758289.

HSL color Cylindrical-coordinate representation of color #911F67: hue angle of 322.11º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F67 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB14531103-
CMYK00.790.290.43
HSL322.11º64.77%34.51%-
HSV(B)322.11º78.62%56.86%-
XYZ14.627.9813.6-
YUV73.29144.77179.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=51.97%
G=11.11%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453110300.790.290.43322.1164.7734.51
Hex911F6704F1D2B1424123
Octal221371470117355350210143
Binary1001000111111110011101001111111011010111010000101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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