#92217D

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

Shades of Dark Purple #92217D

Tints of Dark Purple #92217D

Color information

#92217D (or 0x92217D) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 7D. RGB value is (146,33,125). Sum of RGB (Red+Green+Blue) = 146+33+125=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92217D is #6DDE82. Grayscale: #4D4D4D. Windows color (decimal): -7200387 or 8200594. OLE color: 8200594.

HSL color Cylindrical-coordinate representation of color #92217D: hue angle of 311.15º 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 #92217D is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14633125-
CMYK00.770.140.43
HSL311.15º63.13%35.1%-
HSV(B)311.15º77.4%57.25%-
XYZ16.18.6820.23-
YUV77.27154.94177.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=48.03%
G=10.86%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463312500.770.140.43311.1563.1335.1
Hex92217D04DE2B1373f23
Octal22241175011516534677743
Binary100100101000011111101010011011110101011100110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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