Html Css Color HEX #92177D Dark Purple

📋 copy color: '#92177D'

red 146 ◦ green 23 ◦ blue 125

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

Shades of Dark Purple #92177D

Tints of Dark Purple #92177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 49.66%
G = 7.82%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92177D (or 0x92177D) is known color: Dark Purple. HEX triplet: 92, 17 and 7D. RGB value is (146,23,125). Sum of RGB (Red+Green+Blue) = 146+23+125=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92177D is #6DE882. Grayscale: #474747. Windows color (decimal): -7202947 or 8198034. OLE color: 8198034.

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

Color convert

RGB 146 23 125 -
CMYK 0 0.84 0.14 0.43
HSL 310.24º 0.73% 0.33% -
HSV(B) 310.24º 0.84% 0.57% -
XYZ 15.86 8.2 20.15 -
YUV 71.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 146 23 125 0 0.84 0.14 0.43 310.24 0.73 0.33
Hex 92 17 7D 0 54 E 2B 136 49 21
Octal 222 27 175 0 124 16 53 466 111 41
Binary 10010010 10111 1111101 0 1010100 1110 101011 100110110 1001001 100001

Color Harmonies of #92177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92177D

Black with #92177D

Text Example


Text Example

White with #92177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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