#921572

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

Shades of Dark Purple #921572

Tints of Dark Purple #921572

Color information

#921572 (or 0x921572) is unknown color: approx Dark Purple. HEX triplet: 92, 15 and 72. RGB value is (146,21,114). Sum of RGB (Red+Green+Blue) = 146+21+114=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921572 is #6DEA8D. Grayscale: #444444. Windows color (decimal): -7203470 or 7476626. OLE color: 7476626.

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

Color convert

RGB14621114-
CMYK00.860.220.43
HSL315.36º74.85%32.75%-
HSV(B)315.36º85.62%57.25%-
XYZ15.167.8616.64-
YUV68.98153.41182.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=51.96%
G=7.47%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462111400.860.220.43315.3674.8532.75
Hex921572056162B13b4b21
Octal222251620126265347311341
Binary1001001010101111001001010110101101010111001110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921572; }

 p { color: rgb(146,21,114); }

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

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

 a { background-color: rgb(146,21,114); }

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

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

 span { border-color: rgb(146,21,114); }

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