Html Css Color HEX #92197D Dark Purple

📋 copy color: '#92197D'

red 146 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #92197D

Tints of Dark Purple #92197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 49.32%
G = 8.45%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92197D (or 0x92197D) is known color: Dark Purple. HEX triplet: 92, 19 and 7D. RGB value is (146,25,125). Sum of RGB (Red+Green+Blue) = 146+25+125=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #92197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92197D is #6DE682. Grayscale: #484848. Windows color (decimal): -7202435 or 8198546. OLE color: 8198546.

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

Color convert

RGB 146 25 125 -
CMYK 0 0.83 0.14 0.43
HSL 310.41º 0.71% 0.34% -
HSV(B) 310.41º 0.83% 0.57% -
XYZ 15.9 8.29 20.16 -
YUV 72.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 146 25 125 0 0.83 0.14 0.43 310.41 0.71 0.34
Hex 92 19 7D 0 53 E 2B 136 47 22
Octal 222 31 175 0 123 16 53 466 107 42
Binary 10010010 11001 1111101 0 1010011 1110 101011 100110110 1000111 100010

Color Harmonies of #92197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92197D

Black with #92197D

Text Example


Text Example

White with #92197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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