Html Css Color HEX #923179 Dark Purple

📋 copy color: '#923179'

red 146 ◦ green 49 ◦ blue 121

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

Shades of Dark Purple #923179

Tints of Dark Purple #923179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 46.2%
G = 15.51%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#923179 (or 0x923179) is known color: Dark Purple. HEX triplet: 92, 31 and 79. RGB value is (146,49,121). Sum of RGB (Red+Green+Blue) = 146+49+121=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #923179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923179 is #6DCE86. Grayscale: #565656. Windows color (decimal): -7196295 or 7942546. OLE color: 7942546.

HSL color Cylindrical-coordinate representation of color #923179: hue angle of 315.46º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923179 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 49 121 -
CMYK 0 0.66 0.17 0.43
HSL 315.46º 0.5% 0.38% -
HSV(B) 315.46º 0.66% 0.57% -
XYZ 16.4 9.69 19.09 -
YUV 86.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 146 49 121 0 0.66 0.17 0.43 315.46 0.5 0.38
Hex 92 31 79 0 42 11 2B 13B 32 26
Octal 222 61 171 0 102 21 53 473 62 46
Binary 10010010 110001 1111001 0 1000010 10001 101011 100111011 110010 100110

Color Harmonies of #923179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923179

Black with #923179

Text Example


Text Example

White with #923179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923179; }

 p { color: rgb(146,49,121); }

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

background-color css

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

 a { background-color: rgb(146,49,121); }

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

border-color css

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

 span { border-color: rgb(146,49,121); }

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