#92237A

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

Shades of Dark Purple #92237A

Tints of Dark Purple #92237A

Color information

#92237A (or 0x92237A) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 7A. RGB value is (146,35,122). Sum of RGB (Red+Green+Blue) = 146+35+122=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92237A is #6DDC85. Grayscale: #4D4D4D. Windows color (decimal): -7199878 or 8004498. OLE color: 8004498.

HSL color Cylindrical-coordinate representation of color #92237A: hue angle of 312.97º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #92237A is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14635122-
CMYK00.760.160.43
HSL312.97º61.33%35.49%-
HSV(B)312.97º76.03%57.25%-
XYZ15.978.7219.25-
YUV78.11152.77176.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 35 (14.06% from 255) = 11.55%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=48.18%
G=11.55%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463512200.760.160.43312.9761.3335.49
Hex92237A04C102B1393d23
Octal22243172011420534717543
Binary1001001010001111110100100110010000101011100111001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92237A; }

 p { color: rgb(146,35,122); }

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

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

 a { background-color: rgb(146,35,122); }

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

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

 span { border-color: rgb(146,35,122); }

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