Html Css Color HEX #92137D Dark Purple

📋 copy color: '#92137D'

red 146 ◦ green 19 ◦ blue 125

#92137D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #92137D

Tints of Dark Purple #92137D

RGB

 RED value IS 146 (57.42% from 255) = 50.34%

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 50.34%
G = 6.55%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92137D (or 0x92137D) is known color: Dark Purple. HEX triplet: 92, 13 and 7D. RGB value is (146,19,125). Sum of RGB (Red+Green+Blue) = 146+19+125=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92137D is #6DEC82. Grayscale: #444444. Windows color (decimal): -7203971 or 8197010. OLE color: 8197010.

HSL color Cylindrical-coordinate representation of color #92137D: hue angle of 309.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92137D is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 125 -
CMYK 0 0.87 0.14 0.43
HSL 309.92º 0.77% 0.32% -
HSV(B) 309.92º 0.87% 0.57% -
XYZ 15.79 8.06 20.13 -
YUV 69.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 146 19 125 0 0.87 0.14 0.43 309.92 0.77 0.32
Hex 92 13 7D 0 57 E 2B 136 4D 20
Octal 222 23 175 0 127 16 53 466 115 40
Binary 10010010 10011 1111101 0 1010111 1110 101011 100110110 1001101 100000

Color Harmonies of #92137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92137D

Black with #92137D

Text Example


Text Example

White with #92137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92137D;
 }
 .AnyTagClassName
 {
   color: #92137D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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