#912467

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

Shades of Dark Purple #912467

Tints of Dark Purple #912467

Color information

#912467 (or 0x912467) is unknown color: approx Dark Purple. HEX triplet: 91, 24 and 67. RGB value is (145,36,103). Sum of RGB (Red+Green+Blue) = 145+36+103=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #912467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912467 is #6EDB98. Grayscale: #4C4C4C. Windows color (decimal): -7265177 or 6759569. OLE color: 6759569.

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

Color convert

RGB14536103-
CMYK00.750.290.43
HSL323.12º60.22%35.49%-
HSV(B)323.12º75.17%56.86%-
XYZ14.768.2613.65-
YUV76.23143.11177.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.06%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=51.06%
G=12.68%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453610300.750.290.43323.1260.2235.49
Hex91246704B1D2B1433c23
Octal22144147011335535037443
Binary1001000110010011001110100101111101101011101000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912467; }

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

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

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

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

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

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

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

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