#921B67

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

Shades of Dark Purple #921B67

Tints of Dark Purple #921B67

Color information

#921B67 (or 0x921B67) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 67. RGB value is (146,27,103). Sum of RGB (Red+Green+Blue) = 146+27+103=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #921B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B67 is #6DE498. Grayscale: #474747. Windows color (decimal): -7201945 or 6757266. OLE color: 6757266.

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

Color convert

RGB14627103-
CMYK00.820.290.43
HSL321.68º68.79%33.92%-
HSV(B)321.68º81.51%57.25%-
XYZ14.697.8713.58-
YUV71.24145.92181.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 27 (10.94% from 255) = 9.78%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=52.90%
G=9.78%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462710300.820.290.43321.6868.7933.92
Hex921B670521D2B1424522
Octal222331470122355350210542
Binary1001001011011110011101010010111011010111010000101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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