#92217C

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

Shades of Dark Purple #92217C

Tints of Dark Purple #92217C

Color information

#92217C (or 0x92217C) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 7C. RGB value is (146,33,124). Sum of RGB (Red+Green+Blue) = 146+33+124=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92217C is #6DDE83. Grayscale: #4C4C4C. Windows color (decimal): -7200388 or 8135058. OLE color: 8135058.

HSL color Cylindrical-coordinate representation of color #92217C: hue angle of 311.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92217C is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14633124-
CMYK00.770.150.43
HSL311.68º63.13%35.1%-
HSV(B)311.68º77.4%57.25%-
XYZ16.048.6519.89-
YUV77.16154.44177.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=48.18%
G=10.89%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463312400.770.150.43311.6863.1335.1
Hex92217C04DF2B1383f23
Octal22241174011517534707743
Binary100100101000011111100010011011111101011100111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92217C; }

 p { color: rgb(146,33,124); }

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

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

 a { background-color: rgb(146,33,124); }

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

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

 span { border-color: rgb(146,33,124); }

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