#921F66

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

Shades of Dark Purple #921F66

Tints of Dark Purple #921F66

Color information

#921F66 (or 0x921F66) is unknown color: approx Dark Purple. HEX triplet: 92, 1F and 66. RGB value is (146,31,102). Sum of RGB (Red+Green+Blue) = 146+31+102=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #921F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921F66 is #6DE099. Grayscale: #494949. Windows color (decimal): -7200922 or 6692754. OLE color: 6692754.

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

Color convert

RGB14631102-
CMYK00.790.300.43
HSL322.96º64.97%34.71%-
HSV(B)322.96º78.77%57.25%-
XYZ14.748.0513.35-
YUV73.48144.1179.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=52.33%
G=11.11%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463110200.790.300.43322.9664.9734.71
Hex921F6604F1E2B1434123
Octal222371460117365350310143
Binary1001001011111110011001001111111101010111010000111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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