#921B7B

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

Shades of Dark Purple #921B7B

Tints of Dark Purple #921B7B

Color information

#921B7B (or 0x921B7B) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 7B. RGB value is (146,27,123). Sum of RGB (Red+Green+Blue) = 146+27+123=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #921B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B7B is #6DE484. Grayscale: #494949. Windows color (decimal): -7201925 or 8067986. OLE color: 8067986.

HSL color Cylindrical-coordinate representation of color #921B7B: hue angle of 311.6º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B7B is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14627123-
CMYK00.820.160.43
HSL311.6º68.79%33.92%-
HSV(B)311.6º81.51%57.25%-
XYZ15.828.3219.51-
YUV73.52155.92179.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=49.32%
G=9.12%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462712300.820.160.43311.668.7933.92
Hex921B7B052102B1384522
Octal222331730122205347010542
Binary1001001011011111101101010010100001010111001110001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,27,123); }

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

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

 a { background-color: rgb(146,27,123); }

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

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

 span { border-color: rgb(146,27,123); }

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