#921F76

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

Shades of Dark Purple #921F76

Tints of Dark Purple #921F76

Color information

#921F76 (or 0x921F76) is unknown color: approx Dark Purple. HEX triplet: 92, 1F and 76. RGB value is (146,31,118). Sum of RGB (Red+Green+Blue) = 146+31+118=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #921F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921F76 is #6DE089. Grayscale: #4B4B4B. Windows color (decimal): -7200906 or 7741330. OLE color: 7741330.

HSL color Cylindrical-coordinate representation of color #921F76: hue angle of 314.61º 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 #921F76 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14631118-
CMYK00.790.190.43
HSL314.61º64.97%34.71%-
HSV(B)314.61º78.77%57.25%-
XYZ15.618.417.94-
YUV75.3152.1178.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 31 (12.5% from 255) = 10.51%
BLUE value IS 118 (46.48% from 255) = 40%
R=49.49%
G=10.51%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463111800.790.190.43314.6164.9734.71
Hex921F7604F132B13b4123
Octal222371660117235347310143
Binary1001001011111111011001001111100111010111001110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921F76; }

 p { color: rgb(146,31,118); }

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

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

 a { background-color: rgb(146,31,118); }

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

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

 span { border-color: rgb(146,31,118); }

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